commit c4947190c7a7745489c8b72e5968fa92d25be7cc parent 59f78197e53a5c5e8b05f8779a70320124803e5c Author: Amit Dutta <amitdutta4255@gmail.com> Date: Fri, 29 May 2026 22:32:32 +0530 Change paths in mkdocs.yml to relative format Updated paths in mkdocs.yml to be relative. Diffstat:
| M | utils/mkdocs.yml | | | 15 | +++++++-------- |
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/utils/mkdocs.yml b/utils/mkdocs.yml @@ -9,13 +9,13 @@ repo_name: notamitgamer/bsc edit_uri: edit/main/docs-new/ # Directory configuration -docs_dir: docs-new +docs_dir: ./docs-new # Configuration theme: name: material - custom_dir: docs-new/overrides - logo: stylesheets/logo.svg + custom_dir: ./docs-new/overrides + logo: ./stylesheets/logo.svg font: text: Lexend code: Fira Code @@ -52,10 +52,10 @@ theme: toggle: icon: material/weather-sunny name: Switch to light mode - favicon: stylesheets/bsc.png - logo: stylesheets/logo.svg + favicon: ./stylesheets/bsc.png + logo: ./stylesheets/logo.svg extra_css: - - stylesheets/extra.css + - ./stylesheets/extra.css # Plugins plugins: @@ -100,4 +100,4 @@ extra: - icon: fontawesome/brands/bluesky link: https://bsky.app/profile/amit.is-a.dev - icon: fontawesome/brands/x-twitter - link: https://x.com/notamitgamer- \ No newline at end of file + link: https://x.com/notamitgamer