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

Integration of new WIP Bevy Book #624

Closed

Commits on Apr 18, 2023

  1. Minimal changes to add hidden book

    This change introduces the minimal amount of changes to accomplish the
    following:
    
    - Old "book" is now Quick Start
    - New book has a initial version (v0.11.0) with one page
    - A link which defaults to being hidden has been added to the list of
      links on /learn
    Captain-Of-Coit committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    b20d68e View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Pull in book structure from new-book

    - This incorporates changes from 97fef72, which is latest commit on new-book branch
    - Smallest amount of changes to get the overall book structure change
    - Various styling / minor fixes most probably missing from new-book
      - These can be applied later, right now a lot of conflicts so defer
    - Redirects properly setup to go the first section
    
    Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
    Captain-Of-Coit and alice-i-cecile committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    6bd3b5d View commit details
    Browse the repository at this point in the history
  2. Disallow indexing of new book

    This is a temporary measure in order to stop Google et al from indexing
    the book before a first version been finalized. Pages within the book
    won't show up in any search results and can only be accessed by direct
    URL access for now.
    Captain-Of-Coit committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    b2b1178 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b81dc3c View commit details
    Browse the repository at this point in the history
  4. First version of a version picker for Bevy Book

    Added to the bottom of the Book section list on the left.
    
    - Reads versions from `content/learn/book/versions.toml` so we can start
      working on the book for a new version and have the content in `main`
      without neccessarly publishing it on the website
    Captain-Of-Coit committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    af2dac4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    036aa49 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a9e39ea View commit details
    Browse the repository at this point in the history