Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete use case section in docs #688

Merged
merged 21 commits into from
May 5, 2024
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
1d8318a
doc(docs): add contributing page
MacOS Mar 20, 2024
9fbb0e1
doc(docs): update contributing page with new structure and content
MacOS Mar 21, 2024
4b185ea
doc(docs): change github to GitHub
MacOS Mar 23, 2024
c7e4ad3
doc(docs): fix typo
MacOS Mar 23, 2024
b16bbb4
doc(docs): add one level to the last three headings
MacOS Mar 23, 2024
a83136e
doc(docs): add blueprint of module descriptions
MacOS Mar 25, 2024
c642e21
doc(docs): re-organise contributing such that code and documentation …
MacOS Apr 6, 2024
09a6156
doc(docs): add that contributing has children
MacOS Apr 13, 2024
9228b95
doc(docs): add section on how to build docs locally
MacOS Apr 13, 2024
94f15db
doc(docs): add module descriptions
MacOS May 5, 2024
0d35f87
doc(docs): add main contributing page
MacOS May 5, 2024
903a432
doc(docs): add documentation contributing page
MacOS May 5, 2024
fb05c61
doc(docs): add verbose flag for jekyll server
MacOS May 5, 2024
4c0ba49
fix(docs): typo
MacOS May 5, 2024
802e8c1
doc(docs): add installation pointer for rvm and add that no one shoul…
MacOS May 5, 2024
c99eda0
doc(docs): add updated Gemfile.lock
MacOS May 5, 2024
dcbfbc3
Merge branch 'docs-contributing' into main
MacOS May 5, 2024
992e2de
fix(docs): add hugging face logo path programatically to ensure it is…
MacOS May 5, 2024
482605c
fix(docs): add site url before path to hf logo
MacOS May 5, 2024
65a4d1d
Merge remote-tracking branch 'upstream/main' into main
MacOS May 5, 2024
78d9c36
doc(docs): delete use cases section because it has no content
MacOS May 5, 2024
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
Prev Previous commit
Next Next commit
fix(docs): add hugging face logo path programatically to ensure it is…
… correct from each subdirectory
MacOS committed May 5, 2024
commit 992e2de152f35d2df2d20b4a30c19ce5a69fbdc4
12 changes: 11 additions & 1 deletion docs/_includes/footer_custom.html
Original file line number Diff line number Diff line change
@@ -12,7 +12,17 @@
|
</li>
<li class="d-inline-block mr-1 hugging-face-li">
<a href="https://huggingface.co/llmware"><span><img src="assets/images/hf-logo.svg" alt="Hugging Face" class="hugging-face-logo"/></span></a>
<a href="https://huggingface.co/llmware">
<span>
{% for static_file in site.static_files %}
{% if static_file.basename == "hf-logo"%}
{% assign hf_logo = static_file %}
{% endif %}
{% endfor %}

<img src="{{ hf_logo.path }}" alt="Hugging Face" class="hugging-face-logo"/>
</span>
</a>
</li>
<li class="d-inline-block mr-1">
<a href="https://www.youtube.com/@llmware"><i class="fa-brands fa-youtube"></i></a>