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

Doc: Reorder schema tables with dynamic keys first #3216

Conversation

ClausHolbechArista
Copy link
Contributor

Change Summary

Reorder schema tables with dynamic keys first

Proposed changes

In schema based documentation tables/yaml the order of keys was static keys first and then dynamic keys, but every place where we combine the two types in a single table, the primary input method would be the dynamic key.

This PR changes the order of keys in the schema tables to be dynamic keys first.

How to test

Check read-the-docs link for this PR.

Checklist

User Checklist

  • N/A

Repository Checklist

  • My code has been rebased from devel before I start
  • I have read the CONTRIBUTING document.
  • My change requires a change to the documentation and documentation have been updated accordingly.
  • I have updated molecule CI testing accordingly. (check the box if not applicable)

@gmuloc gmuloc requested review from a team October 10, 2023 12:52
Copy link
Member

@carlbuchmann carlbuchmann left a comment

Choose a reason for hiding this comment

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

LGTM

@carlbuchmann carlbuchmann merged commit 2630fb9 into aristanetworks:devel Oct 10, 2023
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants