This commit is contained in:
2024-03-22 07:59:30 +05:30
parent 48cda94f0b
commit c84ddb0746
146 changed files with 588 additions and 586 deletions

View File

@@ -17,6 +17,7 @@ const config = {
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/documentation/',
trailingSlash: false,
// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
@@ -45,14 +46,14 @@ const config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
'https://github.com/Snigdha-OS/documentation/tree/master/',
},
blog: {
showReadingTime: true,
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
'https://github.com/Snigdha-OS/documentation/tree/master/',
},
theme: {
customCss: './src/css/custom.css',