diff --git a/.github/workflows/asciidoctor.yml b/.github/workflows/asciidoctor.yml new file mode 100644 index 00000000..d8f8eed6 --- /dev/null +++ b/.github/workflows/asciidoctor.yml @@ -0,0 +1,24 @@ +name: Asciidoctor Validation + +on: + pull_request: + paths: + - '**.adoc' + +jobs: + validate-asciidoc: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + + - name: Set up Ruby + uses: ruby/setup-ruby@v1 + with: + ruby-version: '3.2' + bundler-cache: true + + - name: Install Asciidoctor + run: gem install asciidoctor + + - name: Validate Asciidoctor files + run: asciidoctor latest/ug/book.adoc -v -w -o /dev/null \ No newline at end of file diff --git a/latest/ug/what-is/what-is-eks.adoc b/latest/ug/what-is/what-is-eks.adoc index ad3c14ea..063cf528 100644 --- a/latest/ug/what-is/what-is-eks.adoc +++ b/latest/ug/what-is/what-is-eks.adoc @@ -22,6 +22,8 @@ include::../attributes.txt[] Learn to manage containerized applications with Amazon EKS -- +//force github action + Amazon Elastic Kubernetes Service (Amazon EKS) is a managed Kubernetes service that eliminates the need to operate and maintain the availability and scalability of Kubernetes clusters in Amazon Web Services ({aws}) and in your own data centers. https://kubernetes.io/docs/concepts/overview/[Kubernetes] is an open source system that automates the management, scaling, and deployment of containerized applications. To get started, see the <> page in the Amazon EKS User Guide. [[eks-features,eks-features.title]]