This is an automated email from the ASF dual-hosted git repository. vkulichenko pushed a commit to branch ignite-3.0.0-alpha2 in repository https://gitbox.apache.org/repos/asf/ignite-3.git
commit a18f51445e49f17a53bccfb09b79be5e289ae3ba Author: Valentin Kulichenko <[email protected]> AuthorDate: Wed Jun 30 10:01:55 2021 -0700 IGNITE-15022 - Updated documentation version --- docs/_config.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 93bf632..04cff5d 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -14,7 +14,7 @@ # limitations under the License. exclude: [guidelines.md, "Gemfile", "Gemfile.lock", README.adoc, "_docs/code-snippets", "_docs/includes", '*.sh'] attrs: &asciidoc_attributes - version: 3.0.0-alpha1 + version: 3.0.0-alpha2 base_url: /docs stylesdir: /docs/assets/css imagesdir: /docs @@ -39,8 +39,7 @@ defaults: scope: path: '_docs' values: - toc: ignite + toc: ignite asciidoctor: - base_dir: _docs/ + base_dir: _docs/ attributes: *asciidoc_attributes -
