mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Update site title and tagline for docs
This commit is contained in:
parent
5a772ee6c9
commit
0b7fb3f4a3
@ -8,8 +8,8 @@ import { themes as prismThemes } from "prism-react-renderer";
|
||||
|
||||
/** @type {import('@docusaurus/types').Config} */
|
||||
const config = {
|
||||
title: "My Site",
|
||||
tagline: "Dinosaurs are cool",
|
||||
title: "Stack Docs",
|
||||
tagline: "Developer Friendly Next.js Authentication",
|
||||
favicon: "img/favicon.ico",
|
||||
|
||||
// Set the production url of your site here
|
||||
@ -65,10 +65,11 @@ const config = {
|
||||
// Replace with your project's social card
|
||||
image: "img/docusaurus-social-card.jpg",
|
||||
navbar: {
|
||||
// title: "My Site",
|
||||
// title: "Stack",
|
||||
logo: {
|
||||
alt: "Stack",
|
||||
src: "img/logo.svg",
|
||||
href: "/docs/setup",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user