diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f1a7728201..b1335a1d07 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,5 @@ -* @elastic/platform-docs +/.github/ @elastic/doc-leads /.github/workflows/co-docs-builder.yml @elastic/docs-engineering -/serverless/serverless-changelog.asciidoc @elastic/docs \ No newline at end of file + +/serverless/ @elastic/platform-docs +/serverless/serverless-changelog.asciidoc @elastic/docs \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/internal-request.yaml b/.github/ISSUE_TEMPLATE/internal-request.yaml index afbf864386..2b914f1d70 100644 --- a/.github/ISSUE_TEMPLATE/internal-request.yaml +++ b/.github/ISSUE_TEMPLATE/internal-request.yaml @@ -1,4 +1,4 @@ -name: "Documentation request" +name: "Internal documentation request (Elastic employees)" description: Request a documentation change or enhancement for any supported release. title: "[REQUEST]: " labels: ["request", "Team:Docs"] @@ -6,9 +6,7 @@ body: - type: markdown attributes: value: | - Thanks for taking the time to fill out this request! This form will create an issue that the Platform Docs team will triage and prioritize. - - ### For best results, complete all fields. + Thanks for taking the time to fill out this request! This form will create an issue that the Documentation team will triage and prioritize. This form does not guarantee that your issue will be prioritized for the selected iteration. _But_, completing this issue as early and as comprehensively as possible will help us understand and plan the work better! - type: textarea id: description attributes: @@ -63,12 +61,9 @@ body: description: Some requests may be tied to the Elastic Stack release schedule. Some, like Serverless requests, may not. Please select an option. options: - 'N/A' - - '8.11' - - '8.12' - - '8.13' - - '8.14' - - '8.15' - - '8.16' + - '8.17' + - '8.18' + - '9.0' default: 0 validations: required: true @@ -94,7 +89,3 @@ body: value: "**Main contact:** @\n\n**Stakeholders:**\n" validations: required: true - - type: markdown - attributes: - value: | - Thanks for filling out this form. Note that this form does not guarantee that your issue will be prioritized for the selected iteration. _But_, completing this issue as early and as comprehensively as possible will help us understand and plan the work better! diff --git a/.github/ISSUE_TEMPLATE/serverless-ux-bug-bash-issue.yaml b/.github/ISSUE_TEMPLATE/serverless-ux-bug-bash-issue.yaml deleted file mode 100644 index 5eb1b557ea..0000000000 --- a/.github/ISSUE_TEMPLATE/serverless-ux-bug-bash-issue.yaml +++ /dev/null @@ -1,57 +0,0 @@ -name: "Serverless bug bash issue" -description: Issues found in the Serverless Docs as part of the Serverless Docs bug bash. -title: "[Serverless]: " -labels: ["Serverless bug bash :bug:"] -body: - - type: markdown - attributes: - value: | - Thanks for taking the time to fill out this request! This form will create an issue that the Docs team will triage and prioritize. - - ### For best results, complete all fields. - - type: dropdown - id: project-type - attributes: - label: Serverless Docs - description: Select the Serverless Docs set this change impacts. - options: - - Welcome to Elastic Serverless - - Elasticsearch - - Elastic Observability - - Elastic Security - - Dev tools - - Project and management settings - - Elastic Cloud Serverless API - - Elasticsearch Serverless API - - Kibana Serverless API - - Observability Intake Serverless API - default: 0 - validations: - required: true - - type: textarea - id: description - attributes: - label: Description - description: Describe the issue. - placeholder: | - Provide a description of the issue you found. - Describe the steps to reproduce the issue. - Describe the expected behavior. - Provide screenshots of the issue. - validations: - required: true - - type: textarea - id: related - attributes: - label: Resources and additional context - description: Provide any resources and additional context for the Docs team to learn about the issue. - placeholder: | - There was a change implemented in {link_to_PR}. - - Context for the issue is described in {link_to_internal_doc}. - validations: - required: true - - type: markdown - attributes: - value: | - Thanks for filling out this form and improving the Serverless Docs. diff --git a/deploy-manage/doset.yml b/deploy-manage/doset.yml new file mode 100644 index 0000000000..f2ce0b7f60 --- /dev/null +++ b/deploy-manage/doset.yml @@ -0,0 +1,3 @@ +project: 'Deploy and Manage' +toc: + - file: index.md \ No newline at end of file diff --git a/deploy-manage/index.md b/deploy-manage/index.md new file mode 100644 index 0000000000..c29be98a71 --- /dev/null +++ b/deploy-manage/index.md @@ -0,0 +1,3 @@ +--- +title: Deploy and Manage +--- \ No newline at end of file diff --git a/elastic-basics/doset.yml b/elastic-basics/doset.yml new file mode 100644 index 0000000000..f69f3fdee2 --- /dev/null +++ b/elastic-basics/doset.yml @@ -0,0 +1,3 @@ +project: 'Elastic Basics' +toc: + - file: index.md \ No newline at end of file diff --git a/elastic-basics/index.md b/elastic-basics/index.md new file mode 100644 index 0000000000..e8ee207ea1 --- /dev/null +++ b/elastic-basics/index.md @@ -0,0 +1,3 @@ +--- +title: Elastic Basics +--- \ No newline at end of file diff --git a/explore-analyze/doset.yml b/explore-analyze/doset.yml new file mode 100644 index 0000000000..59d5750213 --- /dev/null +++ b/explore-analyze/doset.yml @@ -0,0 +1,3 @@ +project: 'Explore and analyze' +toc: + - file: index.md \ No newline at end of file diff --git a/explore-analyze/index.md b/explore-analyze/index.md new file mode 100644 index 0000000000..59fd46822f --- /dev/null +++ b/explore-analyze/index.md @@ -0,0 +1,3 @@ +--- +title: Explore and analyze +--- \ No newline at end of file diff --git a/extend/doset.yml b/extend/doset.yml new file mode 100644 index 0000000000..f2ce0b7f60 --- /dev/null +++ b/extend/doset.yml @@ -0,0 +1,3 @@ +project: 'Deploy and Manage' +toc: + - file: index.md \ No newline at end of file diff --git a/extend/index.md b/extend/index.md new file mode 100644 index 0000000000..ccc6917140 --- /dev/null +++ b/extend/index.md @@ -0,0 +1,3 @@ +--- +title: Extend +--- \ No newline at end of file diff --git a/manage-data/doset.yml b/manage-data/doset.yml new file mode 100644 index 0000000000..d38b8de77a --- /dev/null +++ b/manage-data/doset.yml @@ -0,0 +1,3 @@ +project: 'Manage data' +toc: + - file: index.md \ No newline at end of file diff --git a/manage-data/index.md b/manage-data/index.md new file mode 100644 index 0000000000..ae1f93209a --- /dev/null +++ b/manage-data/index.md @@ -0,0 +1,3 @@ +--- +title: Manage data +--- \ No newline at end of file diff --git a/reference/doset.yml b/reference/doset.yml new file mode 100644 index 0000000000..7b2c69a697 --- /dev/null +++ b/reference/doset.yml @@ -0,0 +1,3 @@ +project: 'APIs and reference' +toc: + - file: index.md \ No newline at end of file diff --git a/reference/index.md b/reference/index.md new file mode 100644 index 0000000000..0cf64bda22 --- /dev/null +++ b/reference/index.md @@ -0,0 +1,3 @@ +--- +title: APIs and reference +--- \ No newline at end of file diff --git a/solutions/doset.yml b/solutions/doset.yml new file mode 100644 index 0000000000..8521ffaabb --- /dev/null +++ b/solutions/doset.yml @@ -0,0 +1,3 @@ +project: 'Solutions and use cases' +toc: + - file: index.md \ No newline at end of file diff --git a/solutions/index.md b/solutions/index.md new file mode 100644 index 0000000000..2631a45322 --- /dev/null +++ b/solutions/index.md @@ -0,0 +1,3 @@ +--- +title: Solutions and use cases +--- \ No newline at end of file diff --git a/troubleshoot/doset.yml b/troubleshoot/doset.yml new file mode 100644 index 0000000000..3227825b9c --- /dev/null +++ b/troubleshoot/doset.yml @@ -0,0 +1,3 @@ +project: 'Troubleshoot' +toc: + - file: index.md \ No newline at end of file diff --git a/troubleshoot/index.md b/troubleshoot/index.md new file mode 100644 index 0000000000..ebae7dd945 --- /dev/null +++ b/troubleshoot/index.md @@ -0,0 +1,3 @@ +--- +title: Troubleshoot +--- \ No newline at end of file diff --git a/whats-new/doset.yml b/whats-new/doset.yml new file mode 100644 index 0000000000..4b2262ec85 --- /dev/null +++ b/whats-new/doset.yml @@ -0,0 +1,3 @@ +project: "What's new" +toc: + - file: index.md \ No newline at end of file diff --git a/whats-new/index.md b/whats-new/index.md new file mode 100644 index 0000000000..33acd25482 --- /dev/null +++ b/whats-new/index.md @@ -0,0 +1,3 @@ +--- +title: What's new +--- \ No newline at end of file