File tree 4 files changed +9
-1
lines changed
4 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ python3 update.py
10
10
rm -rf docs site
11
11
mkdir -p docs
12
12
cp -rf * .md docs/
13
+ cp -rf * .css docs/
13
14
cp -rf asserts/ docs/
14
15
15
16
sed -i " s|0-template.md|https://github.com/Nuclei-Software/nuclei-studio/blob/main/0-template.md|" docs/README.md
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Click [this link](https://nuclei-software.github.io/nuclei-studio/) to see onlin
14
14
15
15
## Documents
16
16
17
- > Generated by ` python3 update.py ` @ 2023-12-01 18:16:11
17
+ > Generated by ` python3 update.py ` @ 2023-12-04 11:46:34
18
18
19
19
| Document | Description |
20
20
| :---| :---|
Original file line number Diff line number Diff line change
1
+ blockquote {
2
+ border-left : 3px solid gray;
3
+ padding-left : 0.5em ;
4
+ }
Original file line number Diff line number Diff line change @@ -23,3 +23,6 @@ markdown_extensions:
23
23
- toc :
24
24
permalink : true
25
25
- pymdownx.magiclink
26
+ # https://github.com/mkdocs/mkdocs-bootswatch/issues/65#issuecomment-1030505626
27
+ extra_css :
28
+ - extra.css
You can’t perform that action at this time.
0 commit comments