-
Notifications
You must be signed in to change notification settings - Fork 16
documentation reorganization and page standardization #858
Conversation
@@ -14,7 +12,7 @@ To write concept docs, add Markdown files to the `docs/fidesops/docs/` directory | |||
|
|||
### Capitalization | |||
|
|||
Concepts that refer to proper nouns or are trademarked should always be capitalized, including "Fides" and "Fidesops". | |||
Concepts that refer to proper nouns or are trademarked should always be capitalized, including "Fides". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could be misleading — should we explicitly state not to capitalise fidesops? We ought to mention the sentence case requirement for headings too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I want to do a more comprehensive rewrite of this to encompass the new tone/style changes we're still finishing up - I added the note about using lowercase for Fides tools, but will include more docs on headers/titles when the guide is finished up.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice improvements @conceptualshark!
CHANGELOG.md
Outdated
@@ -27,30 +27,29 @@ The types of changes are: | |||
* Adds endpoint to get the secrets required for different connectors [#795](https://github.com/ethyca/fidesops/pull/795) | |||
* Store provided identity data in the privacy request table [#743](https://github.com/ethyca/fidesops/pull/834) | |||
|
|||
## Changed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like Changed
should have three pound signs.
how to handle user data, and execute access and erasure requests. But there's a lot more to discover, | ||
so we'd recommend following [the tutorial](https://ethyca.github.io/fidesops/tutorial/) to keep learning. | ||
|
||
### Documentation | ||
|
||
For more information on getting started with Fidesops, how to configure and set up Fidesops, and more about the Fides ecosystem of open source projects: | ||
For more information on getting started with fidesops, how to configure and set up fidesops, and more about the Fides ecosystem of open source projects: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Debugging Fidesops in IntelliJ IDEA Ultimate | ||
This guide will show how to use the IntelliJ debugger with Fidesops running in Docker. | ||
# Debugging fidesops in IntelliJ IDEA Ultimate | ||
This guide will show how to use the IntelliJ debugger with fidesops running in Docker. | ||
The setup for PyCharm Professional should be very similar. | ||
|
||
## Prerequisites |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should the Fidesops prerequisite be lowercased?
@@ -89,4 +89,4 @@ In order to submit code to Fidesops, please: | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
L87 - Once approved, your PR will be merged into Fidesops.
Lowercase?
| `LOG_LEVEL` | `FIDESOPS__SECURITY__LOG_LEVEL` | string | INFO | N/A | The log level used for Fidesops. Must be one of DEBUG, INFO, WARNING, ERROR, or CRITICAL | | ||
| `APP_ENCRYPTION_KEY` | `FIDESOPS__SECURITY__APP_ENCRYPTION_KEY` | string | OLMkv91j8DHiDAULnK5Lxx3kSCov30b3 | N/A | The key used to sign fidesops API access tokens | | ||
| `CORS_ORIGINS` | `FIDESOPS__SECURITY__CORS_ORIGINS` | List[AnyHttpUrl] | ["https://a-client.com/", "https://another-client.com"/] | N/A | A list of pre-approved addresses of clients allowed to communicate with the fidesops application server | | ||
| `LOG_LEVEL` | `FIDESOPS__SECURITY__LOG_LEVEL` | string | INFO | N/A | The log level used for fidesops. Must be one of DEBUG, INFO, WARNING, ERROR, or CRITICAL | | ||
| `OAUTH_ROOT_CLIENT_ID` | `FIDESOPS__SECURITY__OAUTH_ROOT_CLIENT_ID` | string | fidesopsadmin | N/A | The value used to identify the Fidesops application root API client | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The value used to identify the Fidesops application root API client
Lowercase?
@@ -2,9 +2,9 @@ | |||
|
|||
## Graphs and Traversals | |||
|
|||
Fidesops uses your Datasets to generate a _graph_ of the resources. Based on the identity data you provide, Fidesops then generates a specific _traversal_, which is the order of steps that will be taken to fulfill a specific request. | |||
Fidesops uses your Datasets to generate a _graph_ of the resources. Based on the identity data you provide, f then generates a specific _traversal_, which is the order of steps that will be taken to fulfill a specific request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fidesops accidentally replaced with f
@pattisdr thank you for the review and catching the lingering |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
* copy changes to fix docs outlining [#427] and standardize formatting [DOX-216]
Purpose
The fidesops documentation had no or alternating standards that varied from page to page. This sweep brings every page in alignment for formatting, styling, and copy. The contents walkthrough is also updated to represent a more streamlined/understandable experience, separating out multiple sections.
This fix does not include rewriting any guides, which will ensure all documents flow from one to the next, and will come in a later update.
Changes
Fidesops
tofidesops
to conform to documentation and style standardsChecklist
CHANGELOG.md
fileCHANGELOG.md
file is being appended toUnreleased
section in an appropriate category. Add a new category from the list at the top of the file if the needed one isn't already there.Ticket
Fixes #427, DOX-216