-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* create juju ecosystem docs page * fix logo section * add footer * add missing footer links * render docs page * fix python lint * add selected item in navigation * add shallow section * remove shallow strip * add juju.is redirects * change Observe link * add search functionality * fix requirements.txt * fix hr on smaller screens * allow async events in flask * fix python linting * fix async search event loop * fix python linting * replace async search with threadpool * move Juju tutorial CTA * add logging for debugging * clean up logging logic * add pagination and load more results button * add spacing to search results * add redirect for empty search and fix container styling * combine api request for hosted docs * fix formatting on mobile * change link on search page to juju.is/docs
- Loading branch information
Showing
13 changed files
with
1,424 additions
and
356 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,4 @@ requests==2.31.0 | |
semver==3.0.2 | ||
cachetools==5.3.3 | ||
flask-cors==4.0.0 | ||
scikit-learn==1.6.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.