Added basic docs to serve for the blog
This commit is contained in:
parent
8dbe0caa81
commit
52e0de04b9
2 changed files with 22 additions and 1 deletions
21
docs/overrides/main.html
Normal file
21
docs/overrides/main.html
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{% extends "base.html" %} {% block announce %} For updates follow
|
||||
<strong>@tricalt</strong> on
|
||||
<a href="https://twitter.com/jxnlco">
|
||||
<span class="twemoji twitter">
|
||||
{% include ".icons/fontawesome/brands/twitter.svg" %}
|
||||
</span>
|
||||
<strong>Twitter</strong>
|
||||
</a>
|
||||
and
|
||||
<span class="twemoji star">
|
||||
{% include ".icons/fontawesome/solid/star.svg" %}
|
||||
</span>
|
||||
us on
|
||||
<a href="https://github.com/topoteretes/cognee">
|
||||
<span class="twemoji github">
|
||||
{% include ".icons/fontawesome/brands/github.svg" %}
|
||||
</span>
|
||||
<strong>GitHub</strong> </a
|
||||
>. If you don't like python, too bad. JS, Elixir, and Rust are coming soon. {% endblock %} {% block content %} <h1>Cognee</h1>
|
||||
>
|
||||
{% endblock %}
|
||||
|
|
@ -3,7 +3,7 @@ site_author: Vasilije Markovic
|
|||
site_description: desc
|
||||
repo_name: cognee
|
||||
repo_url: https://github.com/topoteretes/cognee
|
||||
site_url: topoteretes.github.io/cognee
|
||||
site_url: http://topoteretes.github.io/cognee
|
||||
edit_uri: edit/main/docs/
|
||||
copyright: Copyright © 2024 cognee
|
||||
theme:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue