Skip to content
Merged
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/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
github_api_url: "https://api.github.com"
files_to_ignore: |
"*.lock"
"docs/*"
"sites/*"
"go.mod"
"go.sum"
"package-lock.json"
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
- id: check-yaml
args: ["--allow-multiple-documents"]
- id: check-added-large-files
exclude: "^(docs/)"
exclude: "^(sites/docs-devsy-sh/)"
- id: check-merge-conflict
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.24.0
Expand Down Expand Up @@ -41,9 +41,9 @@ repos:
rev: v2.4.12
hooks:
- id: biome-format
exclude: '^(\.github/actions/|\.vscode/|desktop/|docs/|examples/)'
exclude: '^(\.github/actions/|\.vscode/|desktop/|sites/|examples/)'
- id: biome-ci
exclude: '^(\.github/actions/|\.vscode/|desktop/|docs/|examples/)'
exclude: '^(\.github/actions/|\.vscode/|desktop/|sites/|examples/)'
- repo: https://github.com/gitleaks/gitleaks
rev: v8.30.1
hooks:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ Read [the docs](https://devsy.sh/docs/developing-providers/quickstart) for an in
Once your provider is ready:

1. Update `community.yaml` with your provider information
2. Update `docs/pages/managing-providers/add-provider.mdx` with documentation
2. Update `sites/docs-devsy-sh/pages/managing-providers/add-provider.mdx` with documentation

This will feature your provider in both the documentation and the UI.

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<p align="center">
<a href="https://www.devsy.sh">
<picture width="500">
<source media="(prefers-color-scheme: dark)" srcset="docs/static/media/devsy_dark.png">
<img alt="Devsy wordmark" width="500" src="docs/static/media/devsy.png">
<source media="(prefers-color-scheme: dark)" srcset="sites/docs-devsy-sh/static/media/devsy_dark.png">
<img alt="Devsy wordmark" width="500" src="sites/docs-devsy-sh/static/media/devsy.png">
</picture>
</a>
</p>
Expand All @@ -29,7 +29,7 @@ Devsy enables engineering teams to operate at scale using standardized workspace
</tr>
</table>

![Devsy Flow](docs/static/media/devsy-flow.gif)
![Devsy Flow](sites/docs-devsy-sh/static/media/devsy-flow.gif)

<h2 align="center">Downloads</h2>

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module.exports = {
path: "pages",
routeBasePath: "/",
sidebarPath: require.resolve("./sidebars.js"),
editUrl: "https://github.com/devsy-org/devsy/edit/main/docs/",
editUrl: "https://github.com/devsy-org/devsy/edit/main/sites/docs-devsy-sh/",
},
theme: {
customCss: require.resolve("./src/css/custom.css"),
Expand Down
1 change: 0 additions & 1 deletion netlify.toml → sites/docs-devsy-sh/netlify.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[build]
base = "docs/"
publish = "build/"
command = """
set -e
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading