refactor: Moved md files back to docs
Refactor can be considered later if needed.
|
|
@ -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,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |