Skip to content

Commit 1ad6828

Browse files
Deploy documentation on 2025-06-08 16:45:41 UTC
1 parent c1c9fda commit 1ad6828

13 files changed

Lines changed: 83 additions & 80 deletions

File tree

blacksheep/asgi/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1508,7 +1508,8 @@ <h1 id="asgi-servers">ASGI Servers<a class="headerlink" href="#asgi-servers" tit
15081508
<p>BlackSheep is an <a href="https://asgi.readthedocs.io/en/latest/">ASGI</a> web framework,
15091509
which requires an ASGI HTTP server to run, such as
15101510
<a href="http://www.uvicorn.org/">Uvicorn</a>, or
1511-
<a href="https://pgjones.gitlab.io/hypercorn/">Hypercorn</a>. All examples in this
1511+
<a href="https://pgjones.gitlab.io/hypercorn/">Hypercorn</a> or
1512+
<a href="https://github.com/emmett-framework/granian">granian</a>. All examples in this
15121513
documentation use <code>Uvicorn</code>, but the framework has also been tested with
15131514
Hypercorn and should work with any server that implements the <code>ASGI</code>
15141515
specification.</p>
@@ -1529,7 +1530,7 @@ <h3 id="hypercorn">Hypercorn<a class="headerlink" href="#hypercorn" title="Perma
15291530
<hr />
15301531
<p>Many details, such as how to run the server in production, depend on the chosen
15311532
ASGI server.</p>
1532-
<div class="nt-contribs"><p class="nt-mod-time">Last modified on: 2025-04-22 08:29:25</p><div class="nt-contributors"><div class="nt-contributor nt-group-0" title="Roberto Prevato &lt;roberto.prevato@gmail.com&gt; (3)"><span class="nt-initials">RP</span></div></div></div>
1533+
<div class="nt-contribs"><p class="nt-mod-time">Last modified on: 2025-06-08 18:44:58</p><div class="nt-contributors"><div class="nt-contributor nt-group-0" title="Roberto Prevato &lt;roberto.prevato@gmail.com&gt; (4)"><span class="nt-initials">RP</span></div></div></div>
15331534

15341535

15351536

blacksheep/getting-started/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1690,7 +1690,8 @@ <h3 id="preparing-a-development-environment">Preparing a development environment
16901690
</div>
16911691
<p>BlackSheep is an <a href="https://asgi.readthedocs.io/en/latest/">ASGI</a> web framework,
16921692
so it requires an ASGI HTTP server like <a href="http://www.uvicorn.org/">uvicorn</a>, or
1693-
<a href="https://pgjones.gitlab.io/hypercorn/">hypercorn</a>. Install <code>uvicorn</code> and
1693+
<a href="https://pgjones.gitlab.io/hypercorn/">hypercorn</a> or
1694+
<a href="https://github.com/emmett-framework/granian">granian</a>. Install <code>uvicorn</code> and
16941695
<code>blacksheep</code> for this tutorial:</p>
16951696
<div class="highlight"><pre><span></span><code><a id="__codelineno-3-1" name="__codelineno-3-1" href="#__codelineno-3-1"></a>pip<span class="w"> </span>install<span class="w"> </span>blacksheep<span class="w"> </span>uvicorn
16961697
</code></pre></div>
@@ -1995,7 +1996,7 @@ <h3 id="summary">Summary<a class="headerlink" href="#summary" title="Permanent l
19951996
<ul>
19961997
<li><a href="../mvc-project-template/">Getting started with the MVC project template</a></li>
19971998
</ul>
1998-
<div class="nt-contribs"><p class="nt-mod-time">Last modified on: 2025-04-22 08:29:25</p><div class="nt-contributors"><div class="nt-contributor nt-group-0" title="Roberto Prevato &lt;roberto.prevato@gmail.com&gt; (8)"><span class="nt-initials">RP</span></div><div class="nt-contributor nt-group-1" title="Roman Vlasenko &lt;56698047+Klavionik@users.noreply.github.com&gt; (2)"><span class="nt-initials">RV</span></div><div class="nt-contributor nt-group-2" title="Elliot Waite &lt;elliot@elliotwaite.com&gt; (1)"><span class="nt-initials">EW</span></div></div></div>
1999+
<div class="nt-contribs"><p class="nt-mod-time">Last modified on: 2025-06-08 18:44:58</p><div class="nt-contributors"><div class="nt-contributor nt-group-0" title="Roberto Prevato &lt;roberto.prevato@gmail.com&gt; (9)"><span class="nt-initials">RP</span></div><div class="nt-contributor nt-group-1" title="Roman Vlasenko &lt;56698047+Klavionik@users.noreply.github.com&gt; (2)"><span class="nt-initials">RV</span></div><div class="nt-contributor nt-group-2" title="Elliot Waite &lt;elliot@elliotwaite.com&gt; (1)"><span class="nt-initials">EW</span></div></div></div>
19992000

20002001

20012002

blacksheep/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

blacksheep/sitemap.xml

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -2,170 +2,170 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://www.neoteroi.dev/blacksheep/</loc>
5-
<lastmod>2025-05-11</lastmod>
5+
<lastmod>2025-06-08</lastmod>
66
</url>
77
<url>
88
<loc>https://www.neoteroi.dev/blacksheep/about/</loc>
9-
<lastmod>2025-05-11</lastmod>
9+
<lastmod>2025-06-08</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://www.neoteroi.dev/blacksheep/anti-request-forgery/</loc>
13-
<lastmod>2025-05-11</lastmod>
13+
<lastmod>2025-06-08</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://www.neoteroi.dev/blacksheep/application/</loc>
17-
<lastmod>2025-05-11</lastmod>
17+
<lastmod>2025-06-08</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://www.neoteroi.dev/blacksheep/asgi/</loc>
21-
<lastmod>2025-05-11</lastmod>
21+
<lastmod>2025-06-08</lastmod>
2222
</url>
2323
<url>
2424
<loc>https://www.neoteroi.dev/blacksheep/authentication/</loc>
25-
<lastmod>2025-05-11</lastmod>
25+
<lastmod>2025-06-08</lastmod>
2626
</url>
2727
<url>
2828
<loc>https://www.neoteroi.dev/blacksheep/authorization/</loc>
29-
<lastmod>2025-05-11</lastmod>
29+
<lastmod>2025-06-08</lastmod>
3030
</url>
3131
<url>
3232
<loc>https://www.neoteroi.dev/blacksheep/background-tasks/</loc>
33-
<lastmod>2025-05-11</lastmod>
33+
<lastmod>2025-06-08</lastmod>
3434
</url>
3535
<url>
3636
<loc>https://www.neoteroi.dev/blacksheep/behind-proxies/</loc>
37-
<lastmod>2025-05-11</lastmod>
37+
<lastmod>2025-06-08</lastmod>
3838
</url>
3939
<url>
4040
<loc>https://www.neoteroi.dev/blacksheep/binders/</loc>
41-
<lastmod>2025-05-11</lastmod>
41+
<lastmod>2025-06-08</lastmod>
4242
</url>
4343
<url>
4444
<loc>https://www.neoteroi.dev/blacksheep/cache-control/</loc>
45-
<lastmod>2025-05-11</lastmod>
45+
<lastmod>2025-06-08</lastmod>
4646
</url>
4747
<url>
4848
<loc>https://www.neoteroi.dev/blacksheep/cli/</loc>
49-
<lastmod>2025-05-11</lastmod>
49+
<lastmod>2025-06-08</lastmod>
5050
</url>
5151
<url>
5252
<loc>https://www.neoteroi.dev/blacksheep/client/</loc>
53-
<lastmod>2025-05-11</lastmod>
53+
<lastmod>2025-06-08</lastmod>
5454
</url>
5555
<url>
5656
<loc>https://www.neoteroi.dev/blacksheep/compression/</loc>
57-
<lastmod>2025-05-11</lastmod>
57+
<lastmod>2025-06-08</lastmod>
5858
</url>
5959
<url>
6060
<loc>https://www.neoteroi.dev/blacksheep/contributing/</loc>
61-
<lastmod>2025-05-11</lastmod>
61+
<lastmod>2025-06-08</lastmod>
6262
</url>
6363
<url>
6464
<loc>https://www.neoteroi.dev/blacksheep/controllers/</loc>
65-
<lastmod>2025-05-11</lastmod>
65+
<lastmod>2025-06-08</lastmod>
6666
</url>
6767
<url>
6868
<loc>https://www.neoteroi.dev/blacksheep/cors/</loc>
69-
<lastmod>2025-05-11</lastmod>
69+
<lastmod>2025-06-08</lastmod>
7070
</url>
7171
<url>
7272
<loc>https://www.neoteroi.dev/blacksheep/dataprotection/</loc>
73-
<lastmod>2025-05-11</lastmod>
73+
<lastmod>2025-06-08</lastmod>
7474
</url>
7575
<url>
7676
<loc>https://www.neoteroi.dev/blacksheep/dependency-injection/</loc>
77-
<lastmod>2025-05-11</lastmod>
77+
<lastmod>2025-06-08</lastmod>
7878
</url>
7979
<url>
8080
<loc>https://www.neoteroi.dev/blacksheep/develop-with-https/</loc>
81-
<lastmod>2025-05-11</lastmod>
81+
<lastmod>2025-06-08</lastmod>
8282
</url>
8383
<url>
8484
<loc>https://www.neoteroi.dev/blacksheep/extensions/</loc>
85-
<lastmod>2025-05-11</lastmod>
85+
<lastmod>2025-06-08</lastmod>
8686
</url>
8787
<url>
8888
<loc>https://www.neoteroi.dev/blacksheep/getting-started/</loc>
89-
<lastmod>2025-05-11</lastmod>
89+
<lastmod>2025-06-08</lastmod>
9090
</url>
9191
<url>
9292
<loc>https://www.neoteroi.dev/blacksheep/hsts/</loc>
93-
<lastmod>2025-05-11</lastmod>
93+
<lastmod>2025-06-08</lastmod>
9494
</url>
9595
<url>
9696
<loc>https://www.neoteroi.dev/blacksheep/middlewares/</loc>
97-
<lastmod>2025-05-11</lastmod>
97+
<lastmod>2025-06-08</lastmod>
9898
</url>
9999
<url>
100100
<loc>https://www.neoteroi.dev/blacksheep/mounting/</loc>
101-
<lastmod>2025-05-11</lastmod>
101+
<lastmod>2025-06-08</lastmod>
102102
</url>
103103
<url>
104104
<loc>https://www.neoteroi.dev/blacksheep/mvc-project-template/</loc>
105-
<lastmod>2025-05-11</lastmod>
105+
<lastmod>2025-06-08</lastmod>
106106
</url>
107107
<url>
108108
<loc>https://www.neoteroi.dev/blacksheep/openapi/</loc>
109-
<lastmod>2025-05-11</lastmod>
109+
<lastmod>2025-06-08</lastmod>
110110
</url>
111111
<url>
112112
<loc>https://www.neoteroi.dev/blacksheep/openid-connect/</loc>
113-
<lastmod>2025-05-11</lastmod>
113+
<lastmod>2025-06-08</lastmod>
114114
</url>
115115
<url>
116116
<loc>https://www.neoteroi.dev/blacksheep/remotes/</loc>
117-
<lastmod>2025-05-11</lastmod>
117+
<lastmod>2025-06-08</lastmod>
118118
</url>
119119
<url>
120120
<loc>https://www.neoteroi.dev/blacksheep/request-handlers/</loc>
121-
<lastmod>2025-05-11</lastmod>
121+
<lastmod>2025-06-08</lastmod>
122122
</url>
123123
<url>
124124
<loc>https://www.neoteroi.dev/blacksheep/requests/</loc>
125-
<lastmod>2025-05-11</lastmod>
125+
<lastmod>2025-06-08</lastmod>
126126
</url>
127127
<url>
128128
<loc>https://www.neoteroi.dev/blacksheep/responses/</loc>
129-
<lastmod>2025-05-11</lastmod>
129+
<lastmod>2025-06-08</lastmod>
130130
</url>
131131
<url>
132132
<loc>https://www.neoteroi.dev/blacksheep/routing/</loc>
133-
<lastmod>2025-05-11</lastmod>
133+
<lastmod>2025-06-08</lastmod>
134134
</url>
135135
<url>
136136
<loc>https://www.neoteroi.dev/blacksheep/server-sent-events/</loc>
137-
<lastmod>2025-05-11</lastmod>
137+
<lastmod>2025-06-08</lastmod>
138138
</url>
139139
<url>
140140
<loc>https://www.neoteroi.dev/blacksheep/sessions/</loc>
141-
<lastmod>2025-05-11</lastmod>
141+
<lastmod>2025-06-08</lastmod>
142142
</url>
143143
<url>
144144
<loc>https://www.neoteroi.dev/blacksheep/settings/</loc>
145-
<lastmod>2025-05-11</lastmod>
145+
<lastmod>2025-06-08</lastmod>
146146
</url>
147147
<url>
148148
<loc>https://www.neoteroi.dev/blacksheep/static-files/</loc>
149-
<lastmod>2025-05-11</lastmod>
149+
<lastmod>2025-06-08</lastmod>
150150
</url>
151151
<url>
152152
<loc>https://www.neoteroi.dev/blacksheep/templating/</loc>
153-
<lastmod>2025-05-11</lastmod>
153+
<lastmod>2025-06-08</lastmod>
154154
</url>
155155
<url>
156156
<loc>https://www.neoteroi.dev/blacksheep/testing/</loc>
157-
<lastmod>2025-05-11</lastmod>
157+
<lastmod>2025-06-08</lastmod>
158158
</url>
159159
<url>
160160
<loc>https://www.neoteroi.dev/blacksheep/websocket/</loc>
161-
<lastmod>2025-05-11</lastmod>
161+
<lastmod>2025-06-08</lastmod>
162162
</url>
163163
<url>
164164
<loc>https://www.neoteroi.dev/blacksheep/examples/marshmallow/</loc>
165-
<lastmod>2025-05-11</lastmod>
165+
<lastmod>2025-06-08</lastmod>
166166
</url>
167167
<url>
168168
<loc>https://www.neoteroi.dev/blacksheep/versions/migrating-to-v2/</loc>
169-
<lastmod>2025-05-11</lastmod>
169+
<lastmod>2025-06-08</lastmod>
170170
</url>
171171
</urlset>

blacksheep/sitemap.xml.gz

0 Bytes
Binary file not shown.

blacksheep/websocket/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1564,8 +1564,9 @@ <h1 id="websocket">WebSocket<a class="headerlink" href="#websocket" title="Perma
15641564
real-time applications, such as chat apps and similar use cases.</p>
15651565
<p>BlackSheep can handle incoming WebSocket connections when used with an ASGI
15661566
server that supports the WebSocket protocol (e.g.,
1567-
<a href="https://www.uvicorn.org/#quickstart">Uvicorn</a> or
1568-
<a href="https://pgjones.gitlab.io/hypercorn/">Hypercorn</a>).</p>
1567+
<a href="https://www.uvicorn.org/#quickstart">Uvicorn</a>,
1568+
<a href="https://pgjones.gitlab.io/hypercorn/">Hypercorn</a> or
1569+
<a href="https://github.com/emmett-framework/granian">Granian</a>).</p>
15691570
<h2 id="creating-a-websocket-route">Creating a WebSocket route<a class="headerlink" href="#creating-a-websocket-route" title="Permanent link">&para;</a></h2>
15701571
<p>To make your request handler function as a WebSocket handler, use the <code>ws</code>
15711572
decorator or the corresponding <code>add_ws</code> method provided by the app router. Note
@@ -1701,7 +1702,7 @@ <h2 id="handling-client-disconnect">Handling client disconnect<a class="headerli
17011702
<h2 id="example-chat-application">Example: chat application<a class="headerlink" href="#example-chat-application" title="Permanent link">&para;</a></h2>
17021703
<p><a href="https://github.com/Neoteroi/BlackSheep-Examples/tree/main/websocket-chat">Here</a>
17031704
you can find a basic example app using BlackSheep and VueJS.</p>
1704-
<div class="nt-contribs"><p class="nt-mod-time">Last modified on: 2025-04-22 08:29:25</p><div class="nt-contributors"><div class="nt-contributor nt-group-0" title="Roberto Prevato &lt;roberto.prevato@gmail.com&gt; (4)"><span class="nt-initials">RP</span></div><div class="nt-contributor nt-group-1" title="Elliot Waite &lt;elliot@elliotwaite.com&gt; (1)"><span class="nt-initials">EW</span></div><div class="nt-contributor nt-group-2" title="Roman Vlasenko &lt;56698047+Klavionik@users.noreply.github.com&gt; (1)"><span class="nt-initials">RV</span></div></div></div>
1705+
<div class="nt-contribs"><p class="nt-mod-time">Last modified on: 2025-06-08 18:44:58</p><div class="nt-contributors"><div class="nt-contributor nt-group-0" title="Roberto Prevato &lt;roberto.prevato@gmail.com&gt; (5)"><span class="nt-initials">RP</span></div><div class="nt-contributor nt-group-1" title="Elliot Waite &lt;elliot@elliotwaite.com&gt; (1)"><span class="nt-initials">EW</span></div><div class="nt-contributor nt-group-2" title="Roman Vlasenko &lt;56698047+Klavionik@users.noreply.github.com&gt; (1)"><span class="nt-initials">RV</span></div></div></div>
17051706

17061707

17071708

mkdocs-plugins/gantt/index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ <h1>Gantt</h1>
964964
<p>The Gantt extension provides a beautiful implementation of Gantt diagrams for MkDocs. A
965965
Gantt diagram is great to provide detailed information of chronological events, like a
966966
project roadmap.</p>
967-
<div class="nt-plan-root" id="nt-plan-c0ea2f20-0a69-43ac-a409-94955aaa1a11">
967+
<div class="nt-plan-root" id="nt-plan-9d0a7a5e-c00f-45b9-81ea-0571bf5ed32e">
968968
<div class="nt-plan">
969969
<div class="nt-plan-inner">
970970
<div class="nt-plan-periods">
@@ -1297,7 +1297,7 @@ <h3 id="dates-and-times">Dates and times<a class="headerlink" href="#dates-and-t
12971297
<h3 id="using-events">Using events<a class="headerlink" href="#using-events" title="Permanent link">&para;</a></h3>
12981298
<p>It is possible to define events for each activity in the plan. Events require a single
12991299
date and are represented with circles.</p>
1300-
<div class="nt-plan-root" id="nt-plan-7f91545a-7236-4260-a6d7-62680e78010c">
1300+
<div class="nt-plan-root" id="nt-plan-440d52a9-8fce-4c7d-8801-eca96865951c">
13011301
<div class="nt-plan">
13021302
<div class="nt-plan-inner">
13031303
<div class="nt-plan-periods">
@@ -1518,7 +1518,7 @@ <h3 id="subactivities">Subactivities<a class="headerlink" href="#subactivities"
15181518
in a tree of activities, and only specify how long following activities last. To add
15191519
breaks, add items having a <code>skip</code> property with a value describing a duration.</p>
15201520
<p>The following examples illustrate both features:</p>
1521-
<div class="nt-plan-root" id="nt-plan-d8fd7d70-ebd6-4ca0-9ffe-49ea86024aa8">
1521+
<div class="nt-plan-root" id="nt-plan-2b8947f5-1cb7-4512-8185-2c18b5a4a35e">
15221522
<div class="nt-plan">
15231523
<div class="nt-plan-inner">
15241524
<div class="nt-plan-periods">
@@ -1686,7 +1686,7 @@ <h3 id="subactivities">Subactivities<a class="headerlink" href="#subactivities"
16861686
</div>
16871687
</div>
16881688
</div>
1689-
<div class="nt-plan-root" id="nt-plan-505a218c-91cb-4025-aeb6-cd9ecbe23140">
1689+
<div class="nt-plan-root" id="nt-plan-5b44c127-b491-489a-9dc1-dec383f565a1">
16901690
<div class="nt-plan">
16911691
<div class="nt-plan-inner">
16921692
<div class="nt-plan-periods">
@@ -1912,7 +1912,7 @@ <h3 id="controlling-the-scale-size">Controlling the scale size<a class="headerli
19121912
size of months having 30 days.</p>
19131913
<div class="highlight"><pre><span></span><code><a id="__codelineno-12-1" name="__codelineno-12-1" href="#__codelineno-12-1"></a>[gantt month-width=800(./docs/gantt/gantt-1.yaml)]
19141914
</code></pre></div>
1915-
<div class="nt-plan-root" id="nt-plan-5f624111-190f-4a99-b9db-3a016a371acf">
1915+
<div class="nt-plan-root" id="nt-plan-4da79d8b-2cdd-4eda-a112-ffe7c943096b">
19161916
<div class="nt-plan">
19171917
<div class="nt-plan-inner">
19181918
<div class="nt-plan-periods">
@@ -2014,7 +2014,7 @@ <h3 id="gentler-colors">Gentler colors<a class="headerlink" href="#gentler-color
20142014
using the <code>pastello</code> flag.</p>
20152015
<div class="highlight"><pre><span></span><code><a id="__codelineno-13-1" name="__codelineno-13-1" href="#__codelineno-13-1"></a>[gantt pastello(./docs/gantt/gantt-1.yaml)]
20162016
</code></pre></div>
2017-
<div class="nt-plan-root nt-pastello" id="nt-plan-882f33d7-1ed1-4d04-b4c0-96c690e8b676">
2017+
<div class="nt-plan-root nt-pastello" id="nt-plan-803d4967-ceb9-4fdd-b822-aa09d22ee74c">
20182018
<div class="nt-plan">
20192019
<div class="nt-plan-inner">
20202020
<div class="nt-plan-periods">
@@ -2109,7 +2109,7 @@ <h3 id="disabling-groups">Disabling groups<a class="headerlink" href="#disabling
21092109
<p>To disable groups on the left side, use the <code>no-groups</code> flag.</p>
21102110
<div class="highlight"><pre><span></span><code><a id="__codelineno-14-1" name="__codelineno-14-1" href="#__codelineno-14-1"></a>[gantt no-groups(./docs/gantt/gantt-1.yaml)]
21112111
</code></pre></div>
2112-
<div class="nt-plan-root no-groups" id="nt-plan-11351518-d40d-4041-a755-b9aea9b01212">
2112+
<div class="nt-plan-root no-groups" id="nt-plan-a4cce4da-4272-40f8-bf87-b55d8945a5aa">
21132113
<div class="nt-plan">
21142114
<div class="nt-plan-inner">
21152115
<div class="nt-plan-periods">
@@ -2205,7 +2205,7 @@ <h3 id="disabling-parts-of-the-periods">Disabling parts of the periods<a class="
22052205
periods displayed on the top. For example, to disable years and quarters:</p>
22062206
<div class="highlight"><pre><span></span><code><a id="__codelineno-15-1" name="__codelineno-15-1" href="#__codelineno-15-1"></a>[gantt no-years no-quarters(./docs/gantt/gantt-2.yaml)]
22072207
</code></pre></div>
2208-
<div class="nt-plan-root" id="nt-plan-2f8147ba-1e9e-4bbf-83dd-a701f1226543">
2208+
<div class="nt-plan-root" id="nt-plan-dc50676e-307d-4a46-ae58-0124ff0235d1">
22092209
<div class="nt-plan">
22102210
<div class="nt-plan-inner">
22112211
<div class="nt-plan-periods">
@@ -2296,7 +2296,7 @@ <h3 id="displaying-full-years">Displaying full years<a class="headerlink" href="
22962296
month. To display full years, from January to December, use the <code>whole-years</code> option.</p>
22972297
<div class="highlight"><pre><span></span><code><a id="__codelineno-16-1" name="__codelineno-16-1" href="#__codelineno-16-1"></a>[gantt whole-years(./docs/gantt/gantt-1.yaml)]
22982298
</code></pre></div>
2299-
<div class="nt-plan-root" id="nt-plan-0d8d7f67-ba04-4649-aba0-aa861acf1fab">
2299+
<div class="nt-plan-root" id="nt-plan-865cfa5d-9ff3-4ee9-9467-ceb597ac383f">
23002300
<div class="nt-plan">
23012301
<div class="nt-plan-inner">
23022302
<div class="nt-plan-periods">
@@ -2401,7 +2401,7 @@ <h3 id="icons-support">Icons support<a class="headerlink" href="#icons-support"
24012401
<p>The gantt extension integrates with <a href="https://squidfunk.github.io/mkdocs-material/reference/icons-emojis/">Material for MkDocs icons</a>,
24022402
like shown in the examples above. The extension also supports links to images,
24032403
like in the following example:</p>
2404-
<div class="nt-plan-root" id="nt-plan-fa50a28e-7491-4bd4-affa-fd7a25d0bc40">
2404+
<div class="nt-plan-root" id="nt-plan-112c5b19-7f17-4246-89b2-fe616950a21f">
24052405
<div class="nt-plan">
24062406
<div class="nt-plan-inner">
24072407
<div class="nt-plan-periods">

0 commit comments

Comments
 (0)