mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
refactor: Moving md files to src for clarity
This commit is contained in:
parent
c81d6c794b
commit
cab78405cc
40 changed files with 11 additions and 9 deletions
|
|
@ -5,6 +5,7 @@ import { withSidebar } from "vitepress-sidebar";
|
|||
const vitePressOptions = {
|
||||
title: "Frappe Docker Docs",
|
||||
description: "Frappe in a Container",
|
||||
srcDir: "./src",
|
||||
base: "/frappe_docker/",
|
||||
themeConfig: {
|
||||
logo: "/frappe-docker.png",
|
||||
|
|
@ -18,11 +19,11 @@ const vitePressOptions = {
|
|||
};
|
||||
|
||||
const vitePressSidebarOptions = {
|
||||
documentRootPath: "./docs",
|
||||
documentRootPath: ".",
|
||||
useTitleFromFrontmatter: true,
|
||||
useFolderTitleFromIndexFile: true,
|
||||
};
|
||||
|
||||
export default defineConfig(
|
||||
withSidebar(vitePressOptions, vitePressSidebarOptions)
|
||||
withSidebar(vitePressOptions, vitePressSidebarOptions),
|
||||
);
|
||||
|
|
|
|||
|
|
@ -4,8 +4,9 @@
|
|||
"vitepress-sidebar": "^1.33.1"
|
||||
},
|
||||
"scripts": {
|
||||
"docs:dev": "vitepress dev docs",
|
||||
"docs:build": "vitepress build docs",
|
||||
"docs:preview": "vitepress preview docs"
|
||||
}
|
||||
}
|
||||
"docs:dev": "vitepress dev",
|
||||
"docs:build": "vitepress build",
|
||||
"docs:preview": "vitepress preview"
|
||||
},
|
||||
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ If you start with `pwd.yml`, you should expect to **throw the environment away**
|
|||
|
||||
## 2. VS Code Devcontainers – Local Development Setup
|
||||
|
||||
The development setup described in [`/docs/05-development`](../05-development)
|
||||
The development setup described in [`/docs/05-development/development.md`](../05-development/01-development.md)
|
||||
|
||||
uses **VS Code Devcontainers** to provide a **local Frappe development environment**.
|
||||
|
||||
|
|
@ -103,7 +103,7 @@ It uses:
|
|||
- The main `compose.yml`
|
||||
- Override files from the `overrides/` directory
|
||||
|
||||
Detailed instructions are available in [`/docs/02-setup`](../02-setup)
|
||||
Detailed instructions are available in [`/docs/02-setup`](../02-setup/01-overview.md)
|
||||
|
||||
### Characteristics
|
||||
|
||||
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
Loading…
Reference in a new issue