Skip to content

Commit

Permalink
[skip ci] repo-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
loft-bot committed Dec 13, 2022
1 parent df102dd commit 39e132b
Show file tree
Hide file tree
Showing 24 changed files with 3,002 additions and 700 deletions.
2 changes: 0 additions & 2 deletions docs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ node_modules/

/pages/architecture/

/pages/guides/

/pages/integrations/cicd/terraform.mdx
/pages/integrations/policies/
/pages/integrations/devtools/
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"serve": "npx -y nws -o -d build/ -b docs/ -p 8087"
},
"dependencies": {
"@docusaurus/core": "2.0.0-beta.17",
"@docusaurus/preset-classic": "2.0.0-beta.17",
"@docusaurus/core": "^2.2.0",
"@docusaurus/preset-classic": "^2.2.0",
"@saucelabs/theme-github-codeblock": "^0.1.1",
"classnames": "^2.2.6",
"docusaurus-plugin-sass": "^0.2.2",
Expand Down
39 changes: 0 additions & 39 deletions docs/pages/getting-started/explore/restricting-access.mdx

This file was deleted.

125 changes: 0 additions & 125 deletions docs/pages/getting-started/explore/sleep-mode.mdx

This file was deleted.

204 changes: 0 additions & 204 deletions docs/pages/getting-started/explore/spaces.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion docs/pages/getting-started/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Use one of the following commands to download the Loft CLI binary from GitHub:
Make sure you are using the correct kube-context via `kubectl config current-context` and then run:

```bash
loft start
loft start --version v3.0.0-alpha.6
```

The CLI will ask for your email address to create the admin user and then deploy Loft to your
Expand Down
Loading

0 comments on commit 39e132b

Please sign in to comment.