Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Follow Contributing Significant Changes and feel free to take shortcuts here:
    • You can skip the creation of a JIRA ticket
    • You can skip the creation of a pull-request
  2. Commit the changes to the repo using this "ignite docs: <what was changed>" commit message.

Updating Released Docs

Once an Ignite version is released, the release branch gets frozen and you won't be able to commit to it any changes (including documentation updates). This section explains how to update the docs in such conditions:

  • Check if the ignite-{version}-docs branch has already been created after the version was released.
  • If the branch doesn't exist, create it from the ignite-{version} branch.
  • Commit the changes to the Ignite master.
  • Cherry-pick the changes to the ignite-{version}-docs branch.

Changing an URL of an Existing Page

...