Change name

This commit is contained in:
Takeshi Kimata
2024-06-02 14:35:34 +09:00
parent d54b2a5950
commit 755379ae0f
29 changed files with 76 additions and 91 deletions

View File

@@ -8,7 +8,7 @@ import { themes as prismThemes } from 'prism-react-renderer';
/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'TestPlat',
title: 'LandTCMS',
// tagline: 'Dinosaurs are cool',
favicon: 'img/favicon.ico',
@@ -16,12 +16,12 @@ const config = {
url: 'https://kimatata.github.io',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/TestPlat/',
baseUrl: '/landtcms/',
// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'kimatata', // Usually your GitHub org/user name.
projectName: 'TestPlat', // Usually your repo name.
projectName: 'landtcms', // Usually your repo name.
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
@@ -58,16 +58,16 @@ const config = {
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
navbar: {
title: 'TestPlat',
title: 'LandTCMS',
logo: {
alt: 'TestPlat Logo',
alt: 'LandTCMS Logo',
src: 'img/android-chrome-192x192.png',
},
items: [{ to: '/docs', label: 'Docs', position: 'left' }],
},
footer: {
style: 'light',
copyright: `Copyright © ${new Date().getFullYear()} TestPlat. Built with Docusaurus.`,
copyright: `Copyright © ${new Date().getFullYear()} LandTCMS. Built with Docusaurus.`,
},
prism: {
theme: prismThemes.github,