-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document the new system banners enterprise only feature for organizations to communicate with their staff via announcement banners
- Loading branch information
Showing
3 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
keywords: docs, tutorials, 2fa | ||
--- | ||
|
||
# System banners (enterprise only) | ||
|
||
Organization owners can create announcement banners for the organization. Banners | ||
will be displayed to all organization members at the top of every page in the | ||
organization. | ||
|
||
You can use Markdown to format your message and link to other documentation | ||
which you may have. | ||
|
||
## Steps to creating a banner | ||
|
||
- You must be logged in as an Administrator | ||
- Visit the Organization's [settings page] | ||
- Add a message to the **System banners** panel | ||
- Click **Save Banner** | ||
|
||
[settings page]: <https://buildkite.com/organizations/~/settings> | ||
|
||
## Programmatically creating a system banner | ||
|
||
You can create a system banner programmatically via the GraphQL API. | ||
|
||
Please review the GraphQL [cookbook] on instructions on how to create | ||
a banner via the API. | ||
|
||
[cookbook]: </docs/apis/graphql/cookbooks/organizations#create-a-banner> |