We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb60440 commit 98961d5Copy full SHA for 98961d5
2 files changed
.gitignore
@@ -110,7 +110,7 @@ venv.bak/
110
# Rope project settings
111
.ropeproject
112
113
-# mkdocs documentation
+# zensical documentation
114
/site
115
116
# mypy
docs/user-guide/project-structure.md
@@ -7,7 +7,7 @@ The codebase follows a three-layer architecture (**interfaces / infrastructure /
7
```text
8
fastapi-boilerplate/
9
├── backend/ # Python project root (see below)
10
-├── docs/ # mkdocs documentation
+├── docs/ # zensical documentation
11
├── .github/ # CI workflows
12
├── README.md
13
└── LICENSE.md
0 commit comments