Skip to content

Commit bf27182

Browse files
authored
Prep for migration (#250)
* remove bug bash template and generify issue request * add sub dirs for content sets * make platform docs codeowners of just the serverless dir * fix errors
1 parent 8c78e61 commit bf27182

File tree

21 files changed

+63
-73
lines changed

21 files changed

+63
-73
lines changed

.github/CODEOWNERS

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
* @elastic/platform-docs
1+
/.github/ @elastic/doc-leads
22
/.github/workflows/co-docs-builder.yml @elastic/docs-engineering
3-
/serverless/serverless-changelog.asciidoc @elastic/docs
3+
4+
/serverless/ @elastic/platform-docs
5+
/serverless/serverless-changelog.asciidoc @elastic/docs

.github/ISSUE_TEMPLATE/internal-request.yaml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
name: "Documentation request"
1+
name: "Internal documentation request (Elastic employees)"
22
description: Request a documentation change or enhancement for any supported release.
33
title: "[REQUEST]: "
44
labels: ["request", "Team:Docs"]
55
body:
66
- type: markdown
77
attributes:
88
value: |
9-
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.
10-
11-
### For best results, complete all fields.
9+
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!
1210
- type: textarea
1311
id: description
1412
attributes:
@@ -63,12 +61,9 @@ body:
6361
description: Some requests may be tied to the Elastic Stack release schedule. Some, like Serverless requests, may not. Please select an option.
6462
options:
6563
- 'N/A'
66-
- '8.11'
67-
- '8.12'
68-
- '8.13'
69-
- '8.14'
70-
- '8.15'
71-
- '8.16'
64+
- '8.17'
65+
- '8.18'
66+
- '9.0'
7267
default: 0
7368
validations:
7469
required: true
@@ -94,7 +89,3 @@ body:
9489
value: "**Main contact:** @\n\n**Stakeholders:**\n"
9590
validations:
9691
required: true
97-
- type: markdown
98-
attributes:
99-
value: |
100-
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!

.github/ISSUE_TEMPLATE/serverless-ux-bug-bash-issue.yaml

Lines changed: 0 additions & 57 deletions
This file was deleted.

deploy-manage/doset.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
project: 'Deploy and Manage'
2+
toc:
3+
- file: index.md

deploy-manage/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: Deploy and Manage
3+
---

elastic-basics/doset.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
project: 'Elastic Basics'
2+
toc:
3+
- file: index.md

elastic-basics/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: Elastic Basics
3+
---

explore-analyze/doset.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
project: 'Explore and analyze'
2+
toc:
3+
- file: index.md

explore-analyze/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: Explore and analyze
3+
---

extend/doset.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
project: 'Deploy and Manage'
2+
toc:
3+
- file: index.md

0 commit comments

Comments
 (0)