Skip to content

Commit b5c0402

Browse files
authored
add note about docs migration (#8441)
* add note about docs migration Update readme in `/userdocs` with note about content migration, link to new repo * revise reference to new site
1 parent 9c1bef7 commit b5c0402

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

userdocs/README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
1+
# Important - Content Migration to AWS Docs
12

2-
# Writing and publishing user docs
3+
The eksctl docs are live on the AWS Docs platform
4+
5+
* New site: https://docs.aws.amazon.com/eks/latest/eksctl/what-is-eksctl.html
6+
* New GitHub source: https://github.com/eksctl-io/eksctl-docs
7+
* For information about editing the new repo in AsciiDoc format, see https://docs.aws.amazon.com/eks/latest/userguide/contribute.html
8+
9+
10+
This directory is for the `eksctl.io` site.
11+
12+
The `eksctl.io` site is still live, but in the future it will redirect to the AWS Docs.
13+
14+
15+
# Writing and publishing docs on eksctl.io
16+
17+
As of July 2025, the `eksctl.io` domain is owned by AWS Legal. The DNS has been migrated to Route53. The site hosting has been migrated to AWS Amplify.
318

419
The user docs are written in [MkDocs](https://www.mkdocs.org/) using [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/). Install `mkdocs` and then you can do the following:
520

0 commit comments

Comments
 (0)