diff --git a/.github/workflows/style-guide.yml b/.github/workflows/style-guide.yml deleted file mode 100644 index 509d3dbc44..0000000000 --- a/.github/workflows/style-guide.yml +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: Verify style guide compliance on pull request -on: [pull_request] - -jobs: - vale: - name: Linting with Vale - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Install Asciidoctor - run: sudo apt-get install -y asciidoctor - - name: Run Vale on new and modified content - uses: errata-ai/vale-action@v2.1.1 - with: - files: assemblies - vale_flags: "--minAlertLevel=warning" - reporter: github-pr-review - env: - GITHUB_TOKEN: ${{ secrets.RHDH_BOT_TOKEN }} - REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.RHDH_BOT_TOKEN }} diff --git a/.gitignore b/.gitignore index cbacf51e7a..483e61755e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ titles/*/build index.html titles-generated/ +.vale.ini .vale-styles/RedHat .vscode .cache/ diff --git a/.vale-styles/DeveloperHub/tests/.vale.ini b/.vale-styles/DeveloperHub/tests/.vale.ini deleted file mode 100644 index 7b925bbc13..0000000000 --- a/.vale-styles/DeveloperHub/tests/.vale.ini +++ /dev/null @@ -1,12 +0,0 @@ -; .vale.ini -; Specifies Vale configuration -; See: https://redhat-documentation.github.io/vale-at-red-hat/docs/main/user-guide/installing-vale-cli/ -; -; Download and search Vale styles in this directory: -StylesPath = ../.. -; Minimum alert level to display: -MinAlertLevel = suggestion -; Display alerts on AsciiDoc files: -[*.adoc] -; Apply these styles: -BasedOnStyles = DeveloperHub diff --git a/.vale.ini b/.vale.ini deleted file mode 100644 index b3e6e7a295..0000000000 --- a/.vale.ini +++ /dev/null @@ -1,18 +0,0 @@ -# .vale.ini -# Specifies Vale configuration -# See: https://redhat-documentation.github.io/vale-at-red-hat/docs/main/user-guide/installing-vale-cli/ -# - -# Download and search Vale styles in this directory: -StylesPath = ".vale-styles" - -# Minimum alert level to display: -MinAlertLevel = suggestion - -# Styles to download: -Packages = RedHat - -# Display alerts on AsciiDoc files: -[*.adoc] -# Apply these styles: -BasedOnStyles = RedHat,DeveloperHub diff --git a/assemblies/images b/assemblies/images new file mode 120000 index 0000000000..5fa6987088 --- /dev/null +++ b/assemblies/images @@ -0,0 +1 @@ +../../images \ No newline at end of file diff --git a/titles/plugin-rhdh/admin b/titles/plugin-rhdh/admin new file mode 120000 index 0000000000..87a6c0d621 --- /dev/null +++ b/titles/plugin-rhdh/admin @@ -0,0 +1 @@ +../../admin \ No newline at end of file diff --git a/titles/plugin-rhdh/getting-started b/titles/plugin-rhdh/getting-started new file mode 120000 index 0000000000..557f806d93 --- /dev/null +++ b/titles/plugin-rhdh/getting-started @@ -0,0 +1 @@ +../../getting-started \ No newline at end of file diff --git a/titles/plugin-rhdh/installation b/titles/plugin-rhdh/installation new file mode 120000 index 0000000000..863ed577be --- /dev/null +++ b/titles/plugin-rhdh/installation @@ -0,0 +1 @@ +../../installation \ No newline at end of file