Skip to content

Commit 98961d5

Browse files
committed
replace mkdocs references
1 parent bb60440 commit 98961d5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ venv.bak/
110110
# Rope project settings
111111
.ropeproject
112112

113-
# mkdocs documentation
113+
# zensical documentation
114114
/site
115115

116116
# mypy

docs/user-guide/project-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The codebase follows a three-layer architecture (**interfaces / infrastructure /
77
```text
88
fastapi-boilerplate/
99
├── backend/ # Python project root (see below)
10-
├── docs/ # mkdocs documentation
10+
├── docs/ # zensical documentation
1111
├── .github/ # CI workflows
1212
├── README.md
1313
└── LICENSE.md

0 commit comments

Comments
 (0)