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
13 changes: 3 additions & 10 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,6 @@ jobs:
with:
node-version: "24"

- name: Install pnpm
uses: pnpm/action-setup@v6
with:
version: 10.33.4

- name: Install Dependencies
run: pnpm install --frozen-lockfile

- name: Build Documentation
run: pnpm run build
- name: Check for broken links
run: npx [email protected] broken-links
Comment thread
oskarkocol marked this conversation as resolved.
continue-on-error: true
Comment thread
oskarkocol marked this conversation as resolved.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
store-dir=/workspace/.pnpm-store
Comment thread
oskarkocol marked this conversation as resolved.
3 changes: 0 additions & 3 deletions docs/.markdownlint.json

This file was deleted.

4 changes: 0 additions & 4 deletions docs/.markdownlintignore

This file was deleted.

3 changes: 3 additions & 0 deletions docs/.mintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Draft content
drafts/
*.draft.mdx
65 changes: 0 additions & 65 deletions docs/.vitepress/config.mts

This file was deleted.

11 changes: 0 additions & 11 deletions docs/README.md

This file was deleted.

77 changes: 77 additions & 0 deletions docs/docs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "docs",
"colors": {
"primary": "#16A34A",
"light": "#07C983",
"dark": "#15803D"
},
"favicon": "/favicon.svg",
"navigation": {
Comment thread
oskarkocol marked this conversation as resolved.
"tabs": [
{
"tab": "Open Source",
"groups":[
{
"group": "narevai/thin-ops",
"icon": "docker",
"pages": [
{
"group": "Overview",
"pages": [
"oss/thinops/index"
]
},
{
"group": "Getting Started",
"pages": [
"oss/thinops/getting-started/deployment",
"oss/thinops/getting-started/sync-providers",
"oss/thinops/focus-specification"
]
},
{
"group": "Connect Providers",
"pages": [
"oss/thinops/connect-providers/index",
"oss/thinops/connect-providers/aws",
"oss/thinops/connect-providers/azure",
"oss/thinops/connect-providers/gcp",
"oss/thinops/connect-providers/openai"
]
}
]
}
]
}
],
"global": {
"anchors": [
{
"anchor": "Github",
"href": "https://github.com/narevai/thin-ops",
"icon": "github"
}
Comment thread
oskarkocol marked this conversation as resolved.
]
}
},
"navbar": {},
"contextual": {
"options": [
"copy",
"view",
"chatgpt",
"claude",
"perplexity",
"mcp",
"cursor",
"vscode"
]
},
"footer": {
"socials": {
"github": "https://github.com/narevai/thin-ops"
}
}
}
File renamed without changes
13 changes: 13 additions & 0 deletions docs/logo/dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions docs/logo/light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading