Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions docs/ui/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@
color: var(--navbar-font-color);
}

.body .article {
backdrop-filter: blur(10px);
background-color: rgba(255, 255, 255, 0.1);
}

.doc h1,
.doc h2,
.doc h3,
Expand Down
4 changes: 0 additions & 4 deletions docs/ui/src/css/nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
width: var(--nav-width);
background-color: transparent;
}

.nav-container .nav {
background-color: rgb(255 255 255 / 18%);
}
}

@media screen and (min-width: 1024px) {
Expand Down
Binary file modified docs/website/assets/glasses.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/website/assets/mrdocs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/website/assets/pointing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/website/assets/shout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/website/assets/thinking.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/website/assets/writing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
629 changes: 629 additions & 0 deletions docs/website/index.html

Large diffs are not rendered by default.

38 changes: 20 additions & 18 deletions docs/website/index.html.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
<div class="nav-section">
<ul role="menubar">
{{#each navbar}}
<li><a href="{{ href }}">{{ title }}</a></li>
<li class="nav-link"><a href="{{ href }}">{{ title }}</a></li>
{{/each}}
<li>
<li class="nav-link">
<a href="{{ site.github.url }}" class="contrast" aria-label="{{ site.title }} GitHub repository">
<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 496 512" height="16px">
Expand All @@ -62,20 +62,22 @@
</nav>
<header>
<div class="container">
<div class="header-content">
<h1>{{ title }}</h1>
<p>{{ description }}</p>
<div class="header-cta">
<a href="docs/" class="contrast outline">Get started</a>
<a href="docs/mrdocs/install.html" class="primary">Download</a>
</div>
<div class="banner-snippet">
<small><code>{{ banner.description }}</code></small>
<div class="grid header-banner">
<div class="header-content">
<h1>{{ title }}</h1>
<p>{{ description }}</p>
<div class="header-cta">
<a href="docs/" class="contrast outline">Get started</a>
<a href="docs/mrdocs/install.html" class="primary">Download</a>
</div>
<div class="banner-snippet">
<small><code>{{ banner.description }}</code></small>
</div>
</div>
</div>
<div class="header-image">
<div class="box3 box-shape2 box270">
<div class="inner-box mrdocs"></div>
<div class="header-image">
<div class="box3 box-shape2 box270">
<div class="inner-box mrdocs"></div>
</div>
</div>
</div>
</div>
Expand Down Expand Up @@ -178,11 +180,11 @@
</main>
<footer>
<div class="container">
<ul>
<ul class="footer-links">
{{#each navbar}}
<li><a href="{{ href }}">{{ title }}</a></li>
<li class="footer-link"><a href="{{ href }}">{{ title }}</a></li>
{{/each}}
<li><a href="https://github.com/cppalliance/mrdocs">GitHub</a></li>
<li class="footer-link"><a href="https://github.com/cppalliance/mrdocs">GitHub</a></li>
</ul>
</div>
</footer>
Expand Down
Loading
Loading