Skip to content

Commit 876b84a

Browse files
committed
mermaid fix
1 parent 287218a commit 876b84a

File tree

6 files changed

+25
-6
lines changed

6 files changed

+25
-6
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@ version: ## Display MkDocs version
6868
docker run -it --rm $(RNAME):debug mkdocs -V
6969
browse: ## Start browserleft
7070
docker run -d \
71-
--name chrome \
71+
--name chrome2 \
7272
-e "ENABLE_DEBUGGER=false" \
7373
-e "DISABLE_AUTO_SET_DOWNLOAD_BEHAVIOR=true" \
7474
-e "DEFAULT_BLOCK_ADS=true" \
7575
-p 3000:3000 \
7676
browserless/chrome:latest
7777
screenshot: ## Start screenshot
7878
docker run -d \
79-
--name screenshot \
79+
--name screenshot2 \
8080
-e "REMOTE_BROWSER=ws://172.17.0.1:3000" \
8181
-p 5001:5000 \
8282
statically/screenshot:latest

builds/1.3.1_20220902_001935.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Sending build context to Docker daemon 5.209MB
2+
Step 1/10 : ARG BASEIMAGE=python:alpine
3+
Step 2/10 : FROM ${BASEIMAGE}
4+
alpine: Pulling from library/python
5+
c6556b3b6858: Already exists
6+
fe115a90a2a7: Pulling fs layer
7+
7011ad146248: Pulling fs layer
8+
7cdde388dddc: Pulling fs layer
9+
5fbe2eb7a6e5: Pulling fs layer
10+
5fbe2eb7a6e5: Waiting
11+
7cdde388dddc: Verifying Checksum
12+
7cdde388dddc: Download complete
13+
fe115a90a2a7: Verifying Checksum
14+
fe115a90a2a7: Download complete
15+
5fbe2eb7a6e5: Verifying Checksum
16+
5fbe2eb7a6e5: Download complete
17+
7011ad146248: Verifying Checksum
18+
7011ad146248: Download complete
19+
fe115a90a2a7: Pull complete

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ markdown_extensions:
132132
- pymdownx.superfences:
133133
custom_fences:
134134
- name: mermaid
135-
class: mermaid-experimental
135+
class: mermaid
136136
format: !!python/name:pymdownx.superfences.fence_code_format
137137
- pymdownx.tabbed:
138138
#alternate_style: true

mkdocs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@
479479
<article class="md-content__inner md-typeset">
480480

481481

482-
<a href="https://github.com/DeftWork/mkdocs-diy/edit/master/mkdocs/index.md" title="Edit this page" class="md-content__button md-icon">
482+
<a href="https://github.com/DeftWork/mkdocs-diy/edit/master/docs/index.md" title="Edit this page" class="md-content__button md-icon">
483483
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.71 7.04c.39-.39.39-1.04 0-1.41l-2.34-2.34c-.37-.39-1.02-.39-1.41 0l-1.84 1.83 3.75 3.75M3 17.25V21h3.75L17.81 9.93l-3.75-3.75L3 17.25Z"/></svg>
484484
</a>
485485

@@ -567,7 +567,7 @@ <h2 id="use-of-mermaid-diagrams">Use of mermaid diagrams<a class="headerlink" hr
567567
</code></pre></div>
568568
<p>Result:</p>
569569
<div class="result">
570-
<pre class="mermaid-experimental"><code>graph TD;
570+
<pre class="mermaid"><code>graph TD;
571571
A--&gt;B;
572572
A--&gt;C;
573573
B--&gt;D;

mkdocs/sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://DeftWork.github.io/mkdocs-diy/</loc>
5-
<lastmod>2022-08-26</lastmod>
5+
<lastmod>2022-09-01</lastmod>
66
<changefreq>daily</changefreq>
77
</url>
88
</urlset>

mkdocs/sitemap.xml.gz

-1 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)