Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
iskey committed Feb 1, 2024
1 parent 8412760 commit 5b53664
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const config = {
/** @type {import('@docusaurus/preset-classic').Options} */
({
docs: {
showLastUpdateTime: true,
sidebarPath: require.resolve('./sidebars.js'),
routeBasePath: "/",
path: "docs",
Expand Down Expand Up @@ -60,6 +61,11 @@ const config = {
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
docs: {
sidebar: {
autoCollapseCategories: true,
},
},
navbar: {
title: "Iskey's Site",
logo: {
Expand Down

0 comments on commit 5b53664

Please sign in to comment.