@romansmirnov/doku 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="doku.png" alt="Doku" width="
|
|
2
|
+
<img src="doku.png" alt="Doku" width="800" />
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
# Doku
|
|
@@ -15,9 +15,8 @@ A personal documentation system that stores docs as plain Markdown files and pro
|
|
|
15
15
|
- **Auto-save** — changes save automatically (1-second debounce)
|
|
16
16
|
- **Dark mode** — toggle between light and dark themes
|
|
17
17
|
- **Image support** — drag and drop images into documents
|
|
18
|
-
- **Frontmatter** — YAML metadata for ordering
|
|
18
|
+
- **Frontmatter** — YAML metadata for ordering
|
|
19
19
|
- **Breadcrumb navigation** — clickable path segments to navigate parent pages
|
|
20
|
-
- **Resizable sidebar** — drag the edge to adjust sidebar width
|
|
21
20
|
- **No database** — the filesystem is the single source of truth
|
|
22
21
|
|
|
23
22
|
## Quick Start
|
|
@@ -52,7 +51,7 @@ open_docs.bat # Windows
|
|
|
52
51
|
|
|
53
52
|
## Configuration
|
|
54
53
|
|
|
55
|
-
|
|
54
|
+
Edit `config.json` inside your docs folder:
|
|
56
55
|
|
|
57
56
|
```json
|
|
58
57
|
{
|