Skip to content

Commit

Permalink
docs: Updated dependencies for docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesiarmes committed Oct 30, 2024
1 parent af784ac commit cd24feb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install plantuml
run: sudo apt-get install -y plantuml
- name: Install pip dependencies
run: sudo apt-get install -y markdown-callouts plantuml
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v4
with:
Expand Down
22 changes: 11 additions & 11 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,18 @@ extra:
nav:
- Home: index.md
- Usage:
API: api.md
Filters: filters.md
Destinations: destinations.md
Importing & Exporting: importing-exporting.md
Senzing: configuring-senzing.md
Sources: sources.md
Transformations: transformations.md
- API: api.md
- Filters: filters.md
- Destinations: destinations.md
- Importing & Exporting: importing-exporting.md
- Senzing: configuring-senzing.md
- Sources: sources.md
- Transformations: transformations.md
- Examples:
Export to MongoDB: examples/export-to-mongo.md
Import from Informix: examples/import-from-informix.md
Import from MySQL: examples/import-from-mysql.md
- Export to MongoDB: examples/export-to-mongo.md
- Import from Informix: examples/import-from-informix.md
- Import from MySQL: examples/import-from-mysql.md
- About:
License: license.md
- License: license.md

copyright: Produced by Code for America under the MIT license.

0 comments on commit cd24feb

Please sign in to comment.