Skip to content
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

[APIPUB-79] - Copy API Publisher Markdown documentation to docs.ed-fi.org #23

Merged
merged 3 commits into from
Sep 26, 2024

Conversation

jpardogrowthaccelerationpartners
Copy link
Contributor

No description provided.

@stephenfuqua stephenfuqua changed the title [APIPUB-79] - Copy Markdown documentation to docs.ed-fi.org [APIPUB-79] - Copy API Publisher Markdown documentation to docs.ed-fi.org Sep 20, 2024

| Setting Value | Implementation | Description |
| -------------------------------- | ---------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <nobr>`sqlServer`</nobr> | [Configuration Store for SQL Server](ConfigurationStore/Sql-Server.md) | Reads API connection details from and writes successfully published changed version numbers to a SQL Server configuration table. Enables management of individual connection settings with encryption for securely storing keys and secrets using the built-in support for symmetric key encryption in SQL Server. |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In general we want to stay away from using HTML. There is little likelihood of these words being broken across multiple lines, so let's remove the <nobr> HTML tag please.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The lines break after removing that's why I left it

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The lines look fine in this table after removing <nobr>.

| `/ed-fi/apiPublisher/connections/_{connectionName}_/includeOnly` | String | (_Optional_) For _source_ API connections, the resources to publish to the target without their dependencies. The value is defined using the same format as with `--include` (see above). <br/><br/> NOTE: Use caution when publishing without automatically including all dependencies. |
| `/ed-fi/apiPublisher/connections/_{connectionName}_/exclude` | String | (_Optional_) For _source_ API connections, the resources (and their dependents) to NOT publish to the target. The value is defined using the same format as with `--include` (see above). The Ed-Fi API Publisher will also evaluate and automatically exclude all dependent resources of the excluded resources (using the dependency metadata exposed by the target API). This will ensure (barring misconfigured authorization metadata or data policies) that data can be successfully published to the target API. |
| `/ed-fi/apiPublisher/connections/_{connectionName}_/excludeOnly` | String | (_Optional_) For _source_ API connections, the specific resources to skip publishing to the target (dependent resources will still be published). The value is defined using the same format as with `--include` (see above).<br/><br/> NOTE: Use caution when publishing without automatically including all dependencies. |
| <nobr>`/ed-fi/apiPublisher/connections/_{connectionName}_/lastChangeVersionsProcessed`</nobr> | String | _(Optional)_ For _source_ API connections, contains a JSON object, keyed by target API name, that indicates the last change version successfully published from the source to the target. This value is automatically created/updated by the Ed-Fi API Publisher after successfully completing the publishing process. |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This table ends up scrolling past the visible screen. This content might not be a good fit for a table in this sort of display. Might be better as a bulleted list.

image

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I reduced the size of the parameters now you can see the 3 columns..

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that helps.

reference/5-api-publisher/CloudWatch-configuration.md Outdated Show resolved Hide resolved
reference/5-api-publisher/readme.md Outdated Show resolved Hide resolved
reference/5-api-publisher/readme.md Outdated Show resolved Hide resolved
reference/5-api-publisher/readme.md Outdated Show resolved Hide resolved
reference/5-api-publisher/readme.md Outdated Show resolved Hide resolved
reference/5-api-publisher/readme.md Outdated Show resolved Hide resolved
@stephenfuqua stephenfuqua merged commit 5365fe6 into main Sep 26, 2024
2 checks passed
@stephenfuqua stephenfuqua deleted the APIPUB-79 branch September 26, 2024 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants