refactor: Moved md files back to docs

Refactor can be considered later if needed.
This commit is contained in:
adithya 2026-02-07 01:02:15 +05:30
parent 64a008d188
commit 477376edc4
41 changed files with 1 additions and 2 deletions

View file

@ -5,7 +5,6 @@ import { withSidebar } from "vitepress-sidebar";
const vitePressOptions: UserConfig = {
title: "Frappe Docker Docs",
description: "Frappe in a Container",
srcDir: "./src",
base: "/frappe_docker/",
head: [["link", { rel: "icon", href: "/frappe_docker/favicon.png" }]],
themeConfig: {
@ -20,7 +19,7 @@ const vitePressOptions: UserConfig = {
};
const vitePressSidebarOptions = {
documentRootPath: "./src",
documentRootPath: ".",
useTitleFromFrontmatter: true,
useFolderTitleFromIndexFile: true,
};

View file

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View file

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View file

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

View file

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB