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

fix(docs): add missing interception scripts to the listing #5923

Merged
merged 3 commits into from
Aug 29, 2023

Conversation

ossdhaval
Copy link
Contributor

Prepare


Description

Target issue

closes #5922


Test and Document the changes

  • Static code analysis has been run locally and issues have been fixed
  • Relevant unit and integration tests have been added/updated
  • Relevant documentation has been updated if any (i.e. user guides, installation and configuration guides, technical design docs etc)

Signed-off-by: ossdhaval <343411+ossdhaval@users.noreply.github.com>
Fixing two scenarios here:
- Scripts that were listed but were not linked to corresponding `.md`. Fixed by adding links.
- Scripts were not listed and `.md` files didn't exist. Partially fixed this by adding name of the script to listing. Subsequent commit will add `.md` files and link to it.

Signed-off-by: ossdhaval <343411+ossdhaval@users.noreply.github.com>
Fixing two scenarios here:
- renamed Update user script title to `link interception script`
- removed placeholder links from few scripts to be fixed by a subsequent PR

Signed-off-by: ossdhaval <343411+ossdhaval@users.noreply.github.com>
@ossdhaval ossdhaval self-assigned this Aug 29, 2023
@mo-auto mo-auto added area-documentation Documentation needs to change as part of issue or PR kind-bug Issue or PR is a bug in existing functionality labels Aug 29, 2023
@mo-auto mo-auto merged commit 84e39e9 into main Aug 29, 2023
@mo-auto mo-auto deleted the docs-add-missing-scripts branch August 29, 2023 11:31
devrimyatar pushed a commit that referenced this pull request Dec 30, 2023
* docs(fix): add CIBA script to index

Signed-off-by: ossdhaval <343411+ossdhaval@users.noreply.github.com>

* docs(fix): add missing scripts placeholders

Fixing two scenarios here:
- Scripts that were listed but were not linked to corresponding `.md`. Fixed by adding links.
- Scripts were not listed and `.md` files didn't exist. Partially fixed this by adding name of the script to listing. Subsequent commit will add `.md` files and link to it.

Signed-off-by: ossdhaval <343411+ossdhaval@users.noreply.github.com>

* docs(fix): refactor

Fixing two scenarios here:
- renamed Update user script title to `link interception script`
- removed placeholder links from few scripts to be fixed by a subsequent PR

Signed-off-by: ossdhaval <343411+ossdhaval@users.noreply.github.com>

---------

Signed-off-by: ossdhaval <343411+ossdhaval@users.noreply.github.com>
Signed-off-by: Mustafa Baser <mbaser@mail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-documentation Documentation needs to change as part of issue or PR kind-bug Issue or PR is a bug in existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix(docs): add missing interception scripts in index
2 participants