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: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ poetry.lock
Gemfile.lock
.coverage
pyracf/
tests/
tests/
artifacts/
dist/
env/
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ callouts:
title: 🚧 Experimental
color: red
development_status:
title: 💻 Development Status
color: yellow
title: 🚧 Development Status
color: red

mermaid:
# Version of mermaid library
Expand Down
3 changes: 2 additions & 1 deletion _includes/components/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@
<br>
RACFu {{ site.racfu_version }}<br><br>
RACFu is maintained by <a href="https://github.com/Ambitus">Ambitus</a><br><br>
<a href="https://github.com/Ambitus"><img src="{{ '/' | relative_url }}assets/images/ambitus-white.svg" alt="Ambitus Logo"></a><br><br><br>
This site uses <a href="https://github.com/just-the-docs/just-the-docs">Just the Docs</a>, a documentation theme for Jekyll.
<br>
<br>
</footer>
{% endif %}
</div>
</div>
Loading
Loading