We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3641082 + 2c61432 commit fe13b45Copy full SHA for fe13b45
.github/workflows/asciidoctor-ghpages.yml
@@ -40,7 +40,8 @@ jobs:
40
node-version: 20
41
- name: Install Mermaid
42
run: |
43
- sudo npm install -g @mermaid-js/mermaid-cli@11.2.0
+ sudo npm install -g @mermaid-js/mermaid-cli@11.2.1
44
+ npx puppeteer browsers install chrome-headless-shell
45
- name: Install asciidoctor
46
47
sudo apt update
.gitignore
@@ -15,3 +15,4 @@ __pycache__
15
.pytest_cache
16
.hypothesis
17
requirements.txt
18
+docs/puppeteer_config.json
docs/index.adoc
@@ -5,6 +5,7 @@
5
:rouge-style: base16.solarized
6
:source-language: c++
7
:toc: left
8
+:mermaid-puppeteer-config: puppeteer_config.json
9
10
include::intro.adoc[]
11
include::atomic.adoc[]
0 commit comments