Some minor stylistic improvements on docs generation

- [x] Show links to prelude, builtins and stdlib
  - [x] Remove project 'owner' in the header (only show repository)
  - [x] Fix type annotation overflow on mobile
  - [x] Remove the prewrap mode on mobile
This commit is contained in:
KtorZ
2023-04-20 16:28:57 +02:00
parent 4269cf20b0
commit 6b1ed427e7
3 changed files with 38 additions and 9 deletions

View File

@@ -166,6 +166,11 @@
<svg class="label icon icon-x-circle" alt="Open Search" title="Open Search"><use xlink:href="#icon-svg-search"></use></svg>
</button>
<nav>
<a href="https://aiken-lang.github.io/prelude/aiken.html">Prelude</a>
<a href="https://aiken-lang.github.io/prelude/aiken/builtin.html">Built-ins</a>
<a href="https://aiken-lang.github.io/stdlib">Stdlib</a>
</nav>
</header>
<div class="page">