mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-19 10:37:19 +08:00
* Remove redundant database configuration references This: 1. Adds documentation for the mysql_server_version field of proxy_service to the general config reference and improves formatting for a couple of fields there. 2. Removes database config/resource references that are redundant due to being covered by auto-generated docs or the more centralized teleport config docs. * Update docs redirects * Update internal links pointing to deleted pages * Update DatabaseSpecV3.Protocol comment with allowed database protocol types - This PR is removing the old `db` resource reference. - The new `db` resource reference is generated from the DatabaseV3 protobuf type. - The old `db` resource reference defined the allowed values of the protocol field, whereas this information is not in the `DatabaseV3` type. - docs/pages/identity-security/session-summaries.mdx links to the `db` resource reference, using it as a source of information on which values are allowed for the protocol field. Therefore, we must update the DatabaseV3 protobuf type with information on which values are allowed for the protocol field.