Skip to content

Commit

Permalink
Deployed 7c2f2b6 to 2.10.0 with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
smallrye-ci committed Sep 6, 2024
1 parent 4430371 commit 905fa32
Show file tree
Hide file tree
Showing 97 changed files with 46,934 additions and 3 deletions.
1,180 changes: 1,180 additions & 0 deletions 2.10.0/404.html

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions 2.10.0/README.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
== Create a local build of the documentation

Documentation is built using the `mkdocs` tool.
See link:https://www.mkdocs.org/user-guide/installation/[Installation guide] on how to install it.
On top of that install these 3 plugins:
```
pip install mkdocs-material
pip install mkdocs-build-plantuml-plugin
pip install mkdocs-macros-plugin
```
Then, building the documentation locally will be as simple as running `mkdocs build` in the root
of this repository (NOT in the `docs` directory) - the output should appear in the `site` directory.
To fix a few things, like making links work correctly, you should serve the site
via Jekyll (`jekyll serve` from the `site` directory)
rather than directly open the HTML files in a browser.

== Push a build manually

GitHub actions take care of building the site on each tag push, and adding it to the `gh-pages` branch.
To push a documentation build manually, you also need `mike` (`pip install mike`). After building the docs, use
```
mike deploy --push --update-aliases $DOCS_VERSION latest --branch gh-pages --remote $NAME_OF_YOUR_REMOTE
```
`latest` (in the command above) is an optional alias for the docs version. The default version that
will be opened by browsers is set to be the one with the `latest` alias.

This command also overwrites any possible build if it already exists labeled by the specified version.

Binary file added 2.10.0/assets/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions 2.10.0/assets/javascripts/bundle.56dfad97.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions 2.10.0/assets/javascripts/bundle.56dfad97.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions 2.10.0/assets/javascripts/lunr/min/lunr.ar.min.js

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions 2.10.0/assets/javascripts/lunr/min/lunr.da.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions 2.10.0/assets/javascripts/lunr/min/lunr.de.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions 2.10.0/assets/javascripts/lunr/min/lunr.du.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 905fa32

Please sign in to comment.