Skip to content

Commit 71f641d

Browse files
authored
Update comment-on-asciidoc-changes.yml (#365)
* Update comment-on-asciidoc-changes.yml * update link, add contxt
1 parent 8e444d7 commit 71f641d

File tree

2 files changed

+35
-5
lines changed

2 files changed

+35
-5
lines changed

.github/workflows/comment-on-asciidoc-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
owner: context.repo.owner,
3232
repo: context.repo.repo,
3333
issue_number: context.payload.pull_request.number,
34-
body: 'It looks like this PR modifies one or more `.asciidoc` files. The documentation is currently under a documentation freeze. Please do not merge this PR. See the [migration guide](https://elastic.github.io/docs-builder/migration/index.html) to learn more.'
34+
body: 'It looks like this PR modifies one or more `.asciidoc` files. These files are being migrated to Markdown, and any changes merged now will be lost. See the [migration guide](https://elastic.github.io/docs-builder/migration/freeze/index.html) for details.'
3535
})

docs/migration/freeze/index.md

Lines changed: 34 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,40 @@
11
# Documentation Freeze
22

3+
:::{important}
4+
During the documentation freeze, maintaining consistency and avoiding conflicts is key. To discourage documentation changes from merging during the documentation freeze, a [GH Action](./gh-action.md) is being added to all repositories with public-facing documentation.
5+
:::
6+
37
During the documentation freeze, the Docs team will focus almost entirely on migration tasks to ensure all content is successfully migrated and will handle only emergency documentation requests and release-related activities. When the migration is complete, the docs team will assess any documentation requests that were submitted during the documentation freeze and ensure that they're still relevant in the new information architecture and format.
48

5-
To make the transition to Elastic Docs v3 as smooth as possible, we’ve established a process to track and manage documentation requests during the migration:
9+
:::{note}
10+
The documentation freeze does not block you from merging asciidoc changes. However, you are strongly discouraged from merging changes to these files as any changes will not be carried forward in the migration and will be lost forever.
11+
:::
12+
13+
## Timeline
14+
15+
* **29-Jan**: Merge all open Docs PRs by 12AM PST
16+
* **30-Jan**: Documentation freeze begins for all public-facing Docs on main/master
17+
* **20-Feb**: Documentation freeze ends
18+
* **25-Mar**: 9.0.0 Docs + Elastic Docs v3 GA
19+
20+
### Details
21+
22+
:::{important}
23+
We are freezing only the main/master public-facing Docs. You can continue to make changes to the 8.x Docs by creating PRs in the 8.x branches.
24+
:::
25+
26+
Before we migrate on 30-Jan, we will close all unmerged Docs PRs targeting main/master. When the freeze ends, you can open a new PR if the changes are still needed.
27+
28+
We will not close PRs targeting main/master that also include code changes. After the freeze begins, merged PRs targeting main/master branches that include AsciiDoc changes will not be migrated. When the freeze ends, all 9.0.0 Docs changes will be made to the migrated Markdown Docs files.
29+
30+
### During the freeze:
631

7-
* Open an issue in [elastic/docs-content](https://github.com/elastic/docs-content/issues), including details about the documentation requirements, links to resources, and drafts of documentation in GDocs.
8-
* Post in [#docs](https://elastic.slack.com/archives/C0JF80CJZ) for emergency documentation requests.
32+
* If you make Docs changes to the main/master branches, GitHub Actions will warn against merging the changes.
33+
* You can make 8.x Docs changes by creating PRs in the relevant 8.x branches.
34+
* For 9.0.0 Docs changes, [open an issue](https://github.com/elastic/docs-content/issues/new?template=internal-request.yaml) in [elastic/docs-content](https://github.com/elastic/docs-content/issues) and we’ll incorporate the changes post migration.
35+
* The Docs Team will focus exclusively on migrating content, with the exception of the following:
36+
* Stack-versioned release notes, including 8.18.0, 9.0.0-beta1, -rc1, and -rc2
37+
* Serverless changelog
38+
* Cloud Hosted and ECE release notes
939

10-
During the documentation freeze, maintaining consistency and avoiding conflicts is key. To prevent documentation changes from merging during the documentation freeze, a [GH Action](./gh-action.md) is being added to /docs directories for public-facing documentation in all relevant repositories.
40+
For any questions and emergency Docs requests, post in the [#docs](https://elastic.slack.com/archives/C0JF80CJZ) Slack channel.

0 commit comments

Comments
 (0)