Skip to content

chore: cherry pick updates for v2.16.0 #14919

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 5 commits into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
docs: add organizations, provisioners, and premium license docs (#14778)
- [x] Mention Orgs is beta and add a link to get feedback
- [x] Add docs on new provisioner authentication architecture and
deprecate the old one
- [x] Add/update docs for IdP sync
  - [x] Organization Sync
  - [x] Group Sync
  - [x] Role Sync
- [x] Modify `coder.com` codebase to add `Premium` and `Beta` pill, and
allow multiple pills: coder/coder.com#638
- [x] Replace all mentions of "Enterprise" with "Premium" in docs
  - [x] edit: change it to "Licensing"
- [x] Remove the enterprise page and change all links to
coder.com/pricing
- [x] Merge #14786
- [x] Add redirects for coder.com to redirect the `using-organizations`
guide to the new orgs one and /enterprise to /premium
coder/coder.com#645
- [x] Custom roles
- [x] #14786
- [x] Remove all mentions of orgs experiment
- [x] Update in-product copy & links to link to the new docs pages

Anything I am missing?

---

[Preview
this](https://coder.com/docs/@orgs-licenses/admin/organizations)

---------

Co-authored-by: Edward Angert <EdwardAngert@users.noreply.github.com>
Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
Co-authored-by: Jaayden Halko <jaayden.halko@gmail.com>
(cherry picked from commit d04eaf8)
  • Loading branch information
4 people authored and stirby committed Oct 1, 2024
commit 9a740a64b5b74cd54cbcee4358615633db7d86f0
6 changes: 1 addition & 5 deletions docs/admin/appearance.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Appearance (enterprise)
# Appearance (enterprise) (premium)

Customize the look of your Coder deployment to meet your enterprise
requirements.
Expand Down Expand Up @@ -93,7 +93,3 @@ For CLI, use,
export CODER_SUPPORT_LINKS='[{"name": "Hello GitHub", "target": "https://github.com/coder/coder", "icon": "bug"}, {"name": "Hello Slack", "target": "https://codercom.slack.com/archives/C014JH42DBJ", "icon": "https://raw.githubusercontent.com/coder/coder/main/site/static/icon/slack.svg"}, {"name": "Hello Discord", "target": "https://discord.gg/coder", "icon": "https://raw.githubusercontent.com/coder/coder/main/site/static/icon/discord.svg"}, {"name": "Hello Foobar", "target": "https://discord.gg/coder", "icon": "/emojis/1f3e1.png"}]'
coder-server
```

## Up next

- [Enterprise](../enterprise.md)
4 changes: 2 additions & 2 deletions docs/admin/audit-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,5 @@ entry:

## Enabling this feature

This feature is only available with an enterprise license.
[Learn more](../enterprise.md)
This feature is only available with a
[Premium or Enterprise license](https://coder.com/pricing).
Loading
Loading