- 24 Mar, 2021 1 commit
-
-
Benjamin Parisel authored
-
- 23 Mar, 2021 1 commit
-
-
Adrien authored
* Add bonita cloud admonition
-
- 17 Mar, 2021 1 commit
-
-
Adrien authored
-
- 15 Mar, 2021 2 commits
-
-
Thomas Bouffard authored
-
Adrien authored
-
- 12 Mar, 2021 4 commits
-
-
Adrien authored
-
Adrien authored
feat(theme): Hide edit link on unsupported versions and add banner for out fo support versions (#214)
-
Thomas Bouffard authored
This is now 'bonita-documentation-site'.
-
Thomas Bouffard authored
Redirect to labs/latest/bici to ensure old urls are still working
-
- 11 Mar, 2021 11 commits
-
-
Thomas Bouffard authored
This version is alpha and we don't want to display it.
-
Thomas Bouffard authored
Try to force redirect in the netlify.toml
-
Thomas Bouffard authored
-
Benjamin Parisel authored
-
Adrien authored
-
Adrien authored
* Upate Bonita doc branches * bonita: do not include 7.3 and 7.4 anymore * Redirect bonita 7.3 and 7.4 to archives
-
Benjamin Parisel authored
-
Adrien authored
-
Benjamin Parisel authored
Config update is necessary after branches renaming: - bonita 7.3-7.8 - bcd 3.4 - cloud
-
Pascal GARCIA authored
* add repository_dispatch trigger that listens to `source_documentation_change` event * update condition to trigger a build of doc site
-
Pascal GARCIA authored
remove the wrong regex that escape the variable did in this
-
- 10 Mar, 2021 1 commit
-
-
Thomas Bouffard authored
We now have a python script, so some steps are not required anymore
-
- 05 Mar, 2021 5 commits
-
-
Thomas Bouffard authored
-
Benjamin Parisel authored
-
Thomas Bouffard authored
Update the defaults redirects to Bonita latest. Add specific redirects for some rename pages.
-
Thomas Bouffard authored
No more gh artifact download/upload. We don't need to store it as we can download the published site as a zip from the netlify dashboard. No more need to run on 'pull_request'. We don't need the full site as we have a preview for PR. The preview is managed by a dedicated workflow which can be temporary tuned for specific needs.
-
Thomas Bouffard authored
* feat: improve archive component generation * Update UI-bundle: - Add support for - hide 'edit this page' links - hide components list in navbar The following options can now be used - no site url - no 'edit this page' links - hide components list in navbar: we provide a single component doc archive, so no need for navigation to other components. About the 'no site url' - files that are not generated: sitemap, robots, 404 - link on the bonitasoft logo: it is relative to the root folder of the generated site - other hidden things See https://docs.antora.org/antora/2.3/playbook/site-url/#features-that-depend-on-the-site-url for more details.
-
- 04 Mar, 2021 1 commit
-
-
Benjamin Parisel authored
* latest redirect for bonita and bcd as rewrite (proxy) instead of redicrect * Bici redirect to labs/bici/ * javadoc/api to https://javadoc.bonitasoft.com/api/:splat
-
- 03 Mar, 2021 2 commits
-
-
Pascal GARCIA authored
Add redirects for urls * `*/6.x-7.2/*` to `documentation-legacy.bonitasoft.com/6.x-7.2/` * `/bici/:version` to `/bici/latest/` * `/ici/:version` to `/bici/latest/` * `/bcd/{1.0,2.0,2.1,3.0-3.3}/*` to /bcd/latest/
-
Thomas Bouffard authored
The repository url doesn't change, only the way we identify it.
-
- 02 Mar, 2021 1 commit
-
-
Adrien authored
Fix Bonita menu targeted version by removing the use of a custom sorter to manage the archive version (#180)
-
- 01 Mar, 2021 4 commits
-
-
Thomas Bouffard authored
Use the non-production navbar: - dedicated title and background color - no search The preview bash script now allows to - force usage of the production navbar - use locally built ui-bundle The 'title' option has been renamed into 'site-title' for consistency
-
Benjamin Parisel authored
* put archive section in last position
-
Adrien authored
* Integrate archive branch * fix preview build and default selected version * Update antora-playbook.yml
-
Benjamin Parisel authored
* Set a title to override default title * Usefull for static generation worflow
-
- 26 Feb, 2021 3 commits
-
-
Thomas Bouffard authored
Remove the .nojekyll file generation. This was required by the github pages hosting that we have just removed, so no need to generate this file anymore. Remove reference to gh-pages from the documentation.
-
Adrien authored
-
Pascal GARCIA authored
* escape variable only case of the page is portal-api.adoc or rest-api-overview.adoc to avoid warning message on Antora conversion. expl : `{id_part2}` become `\{id_part2}` * remove space located at end of http link in case the link is between `\`` expl: `http://.../API/identity/membership/ ` become `http://.../API/identity/membership/`
-
- 25 Feb, 2021 3 commits
-
-
Adrien authored
-
Thomas Bouffard authored
We are already deploying to Netlify. No need to publish on both environments.
-
Benjamin Parisel authored
-