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 9420bc9 + 6686dac commit eb3651bCopy full SHA for eb3651b
config.toml
@@ -22,6 +22,11 @@ pygmentsUseClasses = true
22
name = "Blog"
23
weight = -100
24
url = "/blog/"
25
+
26
+[[menu.main]]
27
+ name = "Array API"
28
+ weight = -100
29
+ url = "https://data-apis.org/array-api/latest/"
30
31
# To render raw html tags within Markdown
32
[markup.goldmark.renderer]
layouts/partials/footer.html
@@ -5,6 +5,9 @@
5
<li>
6
<a href="/blog/">Blog</a>
7
</li>
8
+ <li>
9
+ <a href="https://data-apis.org/array-api/latest/">Array API</a>
10
+ </li>
11
12
<a href="https://github.com/data-apis">GitHub</a>
13
@@ -17,4 +20,4 @@
17
20
</ul>
18
21
</nav>
19
<p>© Consortium Members; Licence MIT.</p>
- </footer>
+ </footer>
0 commit comments