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 = { const vitePressOptions: UserConfig = {
title: "Frappe Docker Docs", title: "Frappe Docker Docs",
description: "Frappe in a Container", description: "Frappe in a Container",
srcDir: "./src",
base: "/frappe_docker/", base: "/frappe_docker/",
head: [["link", { rel: "icon", href: "/frappe_docker/favicon.png" }]], head: [["link", { rel: "icon", href: "/frappe_docker/favicon.png" }]],
themeConfig: { themeConfig: {
@ -20,7 +19,7 @@ const vitePressOptions: UserConfig = {
}; };
const vitePressSidebarOptions = { const vitePressSidebarOptions = {
documentRootPath: "./src", documentRootPath: ".",
useTitleFromFrontmatter: true, useTitleFromFrontmatter: true,
useFolderTitleFromIndexFile: 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