Skip to content

Commit

Permalink
Update GitHub repository URLs
Browse files Browse the repository at this point in the history
Signed-off-by: PixelRobots <22979170+PixelRobots@users.noreply.github.com>
  • Loading branch information
PixelRobots committed Oct 14, 2024
1 parent dab6d2c commit d33072d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ theme: just-the-docs
url: https://docs.kubetidy.io

aux_links:
View Project in GitHub: https://github.com/pixelrobots/kubetidy
View Project in GitHub: https://github.com/KubeDeckio/kubetidy

# Color scheme supports "light" (default) and "dark"
color_scheme: light
Expand Down Expand Up @@ -65,7 +65,7 @@ last_edit_time_format: "%b %e %Y at %I:%M %p" # uses ruby's time format: https:/
# Footer "Edit this page on GitHub" link text
gh_edit_link: true # show or hide edit this page link
gh_edit_link_text: "Edit this page on GitHub"
gh_edit_repository: "https://github.com/pixelrobots/kubetidy/" # the github URL for your repo
gh_edit_repository: "https://github.com/KubeDeckio/kubetidy/" # the github URL for your repo
gh_edit_branch: "main" # the branch that your docs is served from
gh_edit_source: docs # the source that your files originate from
gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ We welcome contributions of all kinds, whether it’s reporting bugs, suggesting
3. Add the main **KubeTidy** repository as a remote:

```bash
git remote add upstream https://github.com/PixelRobots/KubeTidy.git
git remote add upstream https://github.com/KubeDeckio/KubeTidy.git
```

### Set Up Your Development Environment
Expand Down Expand Up @@ -92,7 +92,7 @@ All contributions will be reviewed by maintainers. Please be patient, as it may

## Code of Conduct

Please follow our [Code of Conduct](https://github.com/PixelRobots/KubeTidy/blob/main/CODE_OF_CONDUCT.md) to ensure a welcoming and respectful environment for all contributors.
Please follow our [Code of Conduct](https://github.com/KubeDeckio/KubeTidy/blob/main/CODE_OF_CONDUCT.md) to ensure a welcoming and respectful environment for all contributors.

## Thank You!

Expand Down
10 changes: 5 additions & 5 deletions docs/docs/releaseprocess.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ Make sure to always review the Netlify preview to confirm that the changes rende
We use several GitHub Actions workflows to automate the release process. You can view the full details of these workflows directly in the repository:
1. **[Publish Module to PowerShell Gallery](https://github.com/PixelRobots/KubeTidy/blob/main/.github/workflows/publish-psgal.yml)**: This action publishes the KubeTidy PowerShell module to the PowerShell Gallery when a tag is pushed.
1. **[Publish Module to PowerShell Gallery](https://github.com/KubeDeckio/KubeTidy/blob/main/.github/workflows/publish-psgal.yml)**: This action publishes the KubeTidy PowerShell module to the PowerShell Gallery when a tag is pushed.
2. **[Publish Plugin to Krew](https://github.com/PixelRobots/KubeTidy/blob/main/.github/workflows/publish-krewplugin.yaml)**: This action packages and publishes the KubeTidy plugin for Linux and macOS, and uploads it to GitHub as release assets.
2. **[Publish Plugin to Krew](https://github.com/KubeDeckio/KubeTidy/blob/main/.github/workflows/publish-krewplugin.yaml)**: This action packages and publishes the KubeTidy plugin for Linux and macOS, and uploads it to GitHub as release assets.
3. **[Deploy Jekyll Site to Pages](https://github.com/PixelRobots/KubeTidy/blob/main/.github/workflows/deploy-docs.yml)**: This action builds and deploys the documentation site to GitHub Pages when changes are pushed to the `docs/` folder.
3. **[Deploy Jekyll Site to Pages](https://github.com/KubeDeckio/KubeTidy/blob/main/.github/workflows/deploy-docs.yml)**: This action builds and deploys the documentation site to GitHub Pages when changes are pushed to the `docs/` folder.
4. **Netlify PR Previews**: Netlify automatically builds and deploys documentation previews for pull requests affecting the `docs/` folder.
5. **[Run PSScriptAnalyzer on Pull Requests](https://github.com/PixelRobots/KubeTidy/blob/main/.github/workflows/PSScriptAnalyzer.yaml)**: This workflow triggers **PSScriptAnalyzer** on every pull request to the `main` branch. It scans PowerShell scripts for code quality, ensuring no warnings or errors are present before merging changes. The results are displayed directly in the GitHub Actions summary as formatted Markdown tables.
5. **[Run PSScriptAnalyzer on Pull Requests](https://github.com/KubeDeckio/KubeTidy/blob/main/.github/workflows/PSScriptAnalyzer.yaml)**: This workflow triggers **PSScriptAnalyzer** on every pull request to the `main` branch. It scans PowerShell scripts for code quality, ensuring no warnings or errors are present before merging changes. The results are displayed directly in the GitHub Actions summary as formatted Markdown tables.
## Code Quality and Linting
Expand All @@ -82,4 +82,4 @@ By incorporating this analysis step, we safeguard the code from potential issues
These workflows automate the release process and manage releases across multiple platforms. With Netlify PR previews, contributors and reviewers can verify how documentation updates will appear on the website before they are merged into the `main` branch.
For more details, please refer to the [workflows folder](https://github.com/PixelRobots/KubeTidy/tree/main/.github/workflows) in the repository.
For more details, please refer to the [workflows folder](https://github.com/KubeDeckio/KubeTidy/tree/main/.github/workflows) in the repository.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ Check out our [Installation Guide](docs/installation) to get started or [Usage D

- [Installation](docs/installation)
- [Usage](docs/usage)
- [GitHub Repository](https://github.com/PixelRobots/KubeTidy)
- [GitHub Repository](https://github.com/KubeDeckio/KubeTidy)

0 comments on commit d33072d

Please sign in to comment.