Versions Compared

Key

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

...

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:

  1. Check if the ignite-{version}-docs branch has already been created after the version was released.
  2. If the branch doesn't exist, create it from the ignite-{version} branch.
  3. Commit the changes to the Ignite master.
  4. Cherry-pick the changes to the ignite-{version}-docs branch.
  5. Made the change visible on the website: Updating Published Docs

Changing an URL of an Existing Page

...