Skip to content

Commit b77b772

Browse files
committed
1 parent b317589 commit b77b772

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

.github/prepare_doc.sh

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ python3 update.py
1010
rm -rf docs site
1111
mkdir -p docs
1212
cp -rf *.md docs/
13+
cp -rf *.css docs/
1314
cp -rf asserts/ docs/
1415

1516
sed -i "s|0-template.md|https://github.com/Nuclei-Software/nuclei-studio/blob/main/0-template.md|" docs/README.md

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Click [this link](https://nuclei-software.github.io/nuclei-studio/) to see onlin
1414
1515
## Documents
1616

17-
> Generated by `python3 update.py` @ 2023-12-01 18:16:11
17+
> Generated by `python3 update.py` @ 2023-12-04 11:46:34
1818
1919
| Document | Description |
2020
|:---|:---|

extra.css

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
blockquote {
2+
border-left: 3px solid gray;
3+
padding-left: 0.5em;
4+
}

mkdocs.yml

+3
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ markdown_extensions:
2323
- toc:
2424
permalink: true
2525
- pymdownx.magiclink
26+
# https://github.com/mkdocs/mkdocs-bootswatch/issues/65#issuecomment-1030505626
27+
extra_css:
28+
- extra.css

0 commit comments

Comments
 (0)