File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 6
6
/BACKLOG.md
7
7
/OUTLINE.md
8
8
/TAGS
9
- /bun.lockb
9
+ /bun.lock *
10
10
/compile_commands.json
11
11
/config-defaults.mk
12
12
/external /
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ $>/.mkdocs.prep: $>/doxygen/index.html $(doc/mkdocs.mdlist) doc/Makefile.mk
248
248
git+https://github.com/tim-janik/mkdocs-live-edit-plugin
249
249
ls -al $> /mkdocs/
250
250
@touch $@
251
- .PHONY : $>/.mkdocs.prep
251
+ ALL_TARGETS += $>/.mkdocs.prep
252
252
mkdocs-serve : $>/.mkdocs.prep
253
253
cd $> / && uv run mkdocs serve -a localhost:2222
254
254
mkdocs-build : $>/.mkdocs.prep
Original file line number Diff line number Diff line change @@ -11,20 +11,20 @@ docs_dir: mkdocs/doc
11
11
site_dir : site/
12
12
13
13
plugins :
14
- - live-edit
15
- - search
16
- - privacy :
17
- # https://squidfunk.github.io/mkdocs-material/plugins/privacy/?h=blank#config.links_attr_map
18
- # links_attr_map: target: _blank # <- https://github.com/squidfunk/mkdocs-material/issues/6601
19
- - offline
20
- - tags
21
- - literate-nav :
22
- nav_file : NAV.md
23
- tab_length : 2
24
14
- file-filter :
25
15
exclude_glob :
26
16
- ' *akefile*'
27
17
- copyright.ini
18
+ - literate-nav :
19
+ nav_file : NAV.md
20
+ tab_length : 2
21
+ - search
22
+ - tags
23
+ - offline
24
+ - privacy :
25
+ # https://squidfunk.github.io/mkdocs-material/plugins/privacy/?h=blank#config.links_attr_map
26
+ # links_attr_map: target: _blank # <- https://github.com/squidfunk/mkdocs-material/issues/6601
27
+ - live-edit
28
28
29
29
extra_css :
30
30
- style/mkdocs.css
You can’t perform that action at this time.
0 commit comments