Skip to content

chore: set up section for C4D docs #882

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

Merged
merged 29 commits into from
Mar 23, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
004dfa0
chore: set up section for C4D docs
Mar 8, 2022
659f0ff
chore: add warning to local preview doc
Mar 8, 2022
220a2b1
updated Linked Accounts for VPN scenario (#903)
sharkymark Mar 16, 2022
d303681
chore: add 1.26.4 changelog (#910)
coadler Mar 18, 2022
3b7116c
chore: bump lint-staged from 12.3.6 to 12.3.7 (#911)
dependabot[bot] Mar 18, 2022
e0499d3
replaced kubeapply jetstack cert-manager approach with helm install (…
sharkymark Mar 18, 2022
6fcc68b
show how to open files at terminal in code-server (#904)
sharkymark Mar 18, 2022
09799d2
add c4d template link to the templates section (#905)
sharkymark Mar 18, 2022
11df17f
chore: refreshed images section, with deployment best practices (#906)
sharkymark Mar 18, 2022
5a9a721
chore: add 1.28.4 changelog (#909)
Mar 18, 2022
2f6fe18
feat: Config steps for multiple JetBrains IDEs in a browser (#912)
sharkymark Mar 21, 2022
98def2b
chore: add ssh-keyscan to configure script example when git cloning (…
sharkymark Mar 21, 2022
97ff277
chore: bump actions/cache from 2 to 3 (#914)
dependabot[bot] Mar 21, 2022
9f06744
chore: minor edits to recently merged docs updates (#915)
Mar 21, 2022
e8fc76b
chore: add multi jetbrains to list at top of editors md (#917)
sharkymark Mar 22, 2022
034b5b7
chore: bump minimist from 1.2.5 to 1.2.6 (#916)
dependabot[bot] Mar 22, 2022
395edee
fix(docs): correct use of login to log in (#918)
greyscaled Mar 22, 2022
7ff5f0d
chore: add upload limit & IDE logs (#919)
ericpaulsen Mar 23, 2022
275a9eb
Merge remote-tracking branch 'origin/main' into docker
Emyrk Mar 23, 2022
f359289
feat(docs): Add 'PROXY_TRUSTED_ORIGINS' to proxy docs
Emyrk Mar 23, 2022
2eeec58
feat(docs): Create Remote C4D docs
Emyrk Mar 23, 2022
3a89816
fixup! feat(docs): Create Remote C4D docs
Emyrk Mar 23, 2022
3cb0bbf
fix(docs): **Providers** -> **Workspace Providers**
Emyrk Mar 23, 2022
6c15dda
Linting fixes
Emyrk Mar 23, 2022
e5f367f
chore: edit text
Mar 23, 2022
cf91a85
chore: add link to workspace provider doc
Mar 23, 2022
ec7e70b
chore: fix links
Mar 23, 2022
0c7f595
update local preview link
Mar 23, 2022
3a59e4b
Merge branch 'release-1.29' into docker
Mar 23, 2022
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
Prev Previous commit
Next Next commit
chore: add warning to local preview doc
  • Loading branch information
Katie Horne committed Mar 8, 2022
commit 659f0ff3d0d2458725f08b51d8948e76d733fc62
3 changes: 1 addition & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@
"navigable": false
},
{
"path": "./setup/kubernetes/k3s.md",
"navigable": false
"path": "./setup/kubernetes/k3s.md"
},
{
"path": "./setup/kubernetes/aws.md"
Expand Down
3 changes: 3 additions & 0 deletions setup/kubernetes/local-preview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: "Local preview"
description: Set up a Coder deployment locally for testing.
---

> :warning: This article is archived. For a local preview of Coder, we recommend
> [Coder for Docker](../coder-for-docker/index.md).

<!-- markdownlint-disable -->

Coder is typically deployed to a remote data center, but you can use
Expand Down