Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test mdlink bumpfix2 #8

Open
wants to merge 4 commits into
base: devel
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Check out the repository
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- name: Run markdownlint
uses: nosborn/github-action-markdown-cli@55c885e91c3f2602f966095b30ee2a5284e63fca
uses: nosborn/github-action-markdown-cli@5cfe13755d7cdc2d0d01b69c7900cfd3fa37f4a4
with:
files: .
config_file: ".markdownlint.yml"
Expand Down
2 changes: 2 additions & 0 deletions .markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ line-length:
line_length: 140

# Allow HTML span elements to set font sizes and for shortcodes
# Allow <a id="short-heading"></a> to support [Link](#short-heading)
no-inline-html:
allowed_elements:
- a
- code
- div
- li
Expand Down
2 changes: 1 addition & 1 deletion src/content/development/contribution-guide/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ The new version will be announced per the [announcement guidelines] in the relea

The [current release board](#current-release-board) will be closed, and all remaining items will be moved back to the
[backlog board](#backlog-board).
The items can then be considered for the next version, based on the [planning](#pre-planning) guidelines.
The items can then be considered for the next version, based on the [planning](#planning) guidelines.

During the week when the general availability release is performed, the next version will be planned.
Additionally, a retrospective meeting for the last release cycle will be held.
Expand Down
2 changes: 1 addition & 1 deletion src/content/development/release-process/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ Once the `submariner-operator` and `submariner-charts` releases are complete, we
unpin the Shipyard Dapper base image version, that is set it back to `devel`. For ongoing development we want each project to
automatically pick up the latest changes to the base image.

### Step 5: Verify Release {id="verify"}
### Step 5: Verify Release <a id="verify"></a>

You can follow any of the [quick start guides](../../getting-started/quickstart).

Expand Down
2 changes: 1 addition & 1 deletion src/content/development/shipyard/targets/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ make deploy
* **`DEPLOYTOOL`**: The tool used to deploy Submariner itself (defaults to `operator`).
* **`LIGHTHOUSE`**: Deploys Lighthouse in addition to the basic Submariner deployment (defaults to `false`).

### E2E (End to End) {#e2e}
### E2E (End to End) <a id="e2e"></a>

Runs end to end testing on the deployed environment (if one isn't created yet, this target will first invoke the `deploy` target to do so).
The tests are taken from the project, unless it has no specific end to end tests, in which case generic testing using `subctl verify` is
Expand Down