Skip to content

Commit

Permalink
Added public project requirement (stoplightio#2302)
Browse files Browse the repository at this point in the history
Moved public project requirement to overview.
  • Loading branch information
pamgoodrich authored Jan 3, 2023
1 parent 5aa9d07 commit be805ec
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ dist-storybook
# Stoplight style guides
.stoplight/styleguide.json
.stoplight/custom-functions
.spectral.json
.spectral.json
.spectral.mjs
18 changes: 10 additions & 8 deletions docs/getting-started/dev-portal/introduction.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
## Introduction to Elements Dev Portal

Elements Dev Portal is backed by the [Stoplight Platform](https://stoplight.io/) and can do many things.
Elements Dev Portal is backed by the [Stoplight Platform](https://stoplight.io/) and offers:

- Support multiple APIs
- Markdown Articles
- [Hosted Mock Server](https://meta.stoplight.io/docs/platform/3.-design/d.setting-up-a-mock-server.md) Integration
- Version Selector (Multiple Branches)
- Powerful Search
- Support for multiple APIs
- Markdown article rendering
- [Hosted mock servers](https://meta.stoplight.io/docs/platform/3.-design/d.setting-up-a-mock-server.md)
- Version selector (multiple branches)
- Powerful search

> Elements Dev Portal can be used for free during development on your local machine. If you need to use it in a production environment, [subscribe to a paid plan](https://stoplight.io/pricing).
## Stoplight Platform

Think of the developer portal as more of a Content Management System, focused entirely on making an awesome developer experience for an organization.
Elements Dev Portal can be used for free during development on your local machine. To use the Dev Portal in a production environment, [subscribe to a paid plan](https://stoplight.io/pricing).

The Elements Dev Portal must be connected to [a public project](https://docs.stoplight.io/docs/platform/be67e532b4b2a-manage-project-access#change-project-visibility) in the Stoplight Platform. A ‘Forbidden’ error occurs if the project visibility isn't set to Public.

## Next steps

Expand Down
3 changes: 0 additions & 3 deletions docs/getting-started/dev-portal/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ import '@stoplight/elements-dev-portal/styles.min.css';

3. Find the **Project ID** from the **Project Settings** page in your Stoplight project. See [Project Settings](https://docs.stoplight.io/docs/platform/252039ebe8fb2-project-settings) for details.

>Note: A ‘Forbidden’ error occurs if the project visibility isn't set to Public.

> Project Settings can only be viewed by Project Editors or above. Read more about [project permissions](https://meta.stoplight.io/docs/platform/ZG9jOjg1NjcyNzE-manage-project-access#project-roles).
![The project ID can be found on the Project Settings page in a text box after Display Name and Slug](../../images/projectId.png)
Expand Down

0 comments on commit be805ec

Please sign in to comment.