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
4 changes: 0 additions & 4 deletions .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,8 @@ jobs:
python-version: '3.x'
- name: Display Python version
run: python -c "import sys; print(sys.version)"
- name: Install Doxygen
run: sudo apt-get install -y doxygen
- name: Install docs dependencies
run: pip install -r docs/requirements.txt
- name: Build C API reference
run: cd docs && python3 generate_llapi_reference.py && cd ..
- name: Build docs
run: mkdocs build
- uses: jakejarvis/s3-sync-action@master
Expand Down
1 change: 1 addition & 0 deletions docs/requirements-llapi.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-e git+https://github.com/matusnovak/doxybook.git#egg=doxybook
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ mkdocs==1.0.4
mkdocs-material==4.6.3
-e git+https://github.com/RedisLabs/mkdocs-versions-menu.git#egg=mkdocs-versions-menu
-e git+https://github.com/RedisLabs/mkdocs-include.git#egg=mkdocs-include
-e git+https://github.com/matusnovak/doxybook.git#egg=doxybook
# uncomment requirement to build LL API
# -e git+https://github.com/matusnovak/doxybook.git#egg=doxybook
4 changes: 1 addition & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,10 @@ nav:
- 'Commands': commands.md
- 'Clients': clients.md
- 'Configuration': configuration.md
- 'Developer': developer.md
- 'Performance': performance.md
- 'Examples': examples.md
- 'Contributing': contrib.md
- 'Developer':
- 'Work on the code' : developer.md
- 'C API' : api_reference.md

markdown_extensions:
- admonition
Expand Down