diff --git a/_config.yml b/_config.yml index 7aa94713c..f228f4d96 100644 --- a/_config.yml +++ b/_config.yml @@ -27,6 +27,9 @@ collections: docs-2: output: true permalink: "/docs/2.x/:path" + docs-4: + output: true + permalink: "/docs/4.x/:path" defaults: - @@ -78,5 +81,19 @@ defaults: javadoc_base: "https://www.javadoc.io/static/org.apache.accumulo" skiph1fortitle: "true" gh_branch: "main" + - + scope: + path: "" + type: "docs-4" + values: + layout: "docs-4" + title_prefix: "Accumulo Documentation - " + version: "4.x" + latest_release: "4.0.0-SNAPSHOT" + javadoc_version: "4.0.0-SNAPSHOT" + docs_baseurl: "/docs/4.x" + javadoc_base: "https://www.javadoc.io/static/org.apache.accumulo" + skiph1fortitle: "true" + gh_branch: "main" plugins: [jekyll-redirect-from] diff --git a/_docs-4/getting-started/quickstart.md b/_docs-4/getting-started/quickstart.md index fb8b24150..ba4bce100 100644 --- a/_docs-4/getting-started/quickstart.md +++ b/_docs-4/getting-started/quickstart.md @@ -4,7 +4,7 @@ category: getting-started order: 1 skip_doc_h1: true --- -# User Manual (2.x and 3.x) +# User Manual (4.x) Starting with Accumulo 2.0, the user manual now lives on the website as a series of web pages. Previously, it was one large pdf document that was only generated diff --git a/_layouts/docs-4.html b/_layouts/docs-4.html new file mode 100644 index 000000000..2b1439995 --- /dev/null +++ b/_layouts/docs-4.html @@ -0,0 +1,58 @@ +--- +layout: default +skiph1fortitle: true +--- + +
Accumulo {{ page.version }} Documentation >> {{ page.category | capitalize | replace: "-", " " }} >> {{ page.title }}
+ {% endif %} + {% unless page.skip_doc_h1 %} +