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

Create demo app and move documentation to sub-app #244

Merged
merged 12 commits into from
Oct 13, 2016
Merged

Commits on Oct 13, 2016

  1. First pass at creating separate documentation app

    edwardhorsford authored and Robin Whittleton committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    39747e7 View commit details
    Browse the repository at this point in the history
  2. Add config to enable/disable docs and promo mode

    edwardhorsford authored and Robin Whittleton committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    5c1ad2f View commit details
    Browse the repository at this point in the history
  3. Add install page and ability to get zip of latest release

    edwardhorsford authored and Robin Whittleton committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    95fed51 View commit details
    Browse the repository at this point in the history
  4. Move examples to /docs, create about and community pages

    edwardhorsford authored and Robin Whittleton committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    1e18201 View commit details
    Browse the repository at this point in the history
  5. Render markdown files as html, style them

    edwardhorsford authored and Robin Whittleton committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    e1e98dd View commit details
    Browse the repository at this point in the history
  6. Set up auto-routing for markdown files

    edwardhorsford authored and Robin Whittleton committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    34e7017 View commit details
    Browse the repository at this point in the history
  7. Minor text tweaks, rename nav, update tutorials page with links

    edwardhorsford authored and Robin Whittleton committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    4156a7e View commit details
    Browse the repository at this point in the history
  8. Run standard --fix for Standard JS linting

    This commit can be removed later as these files have already been
    linted on master, but it may well help with the rebase.
    
    I’ve made a start on linting here, to continue with linting run `npm
    test`, there are still errors in server.js. utils.js and
    documentation_routes.js.
    gemmaleigh authored and Robin Whittleton committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    38170c4 View commit details
    Browse the repository at this point in the history
  9. Link to individual tutorial pages instead of start

    edwardhorsford authored and Robin Whittleton committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    68dbbea View commit details
    Browse the repository at this point in the history
  10. Minor style tweaks and fixing other errors after PR review

    edwardhorsford authored and Robin Whittleton committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    2f56c53 View commit details
    Browse the repository at this point in the history
  11. Fix link to kit requirements page in docs

    Robin Whittleton committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    e0193d5 View commit details
    Browse the repository at this point in the history
  12. Make docs more separate from the rest of the app

    - Docs should have its own JS file (which now includes the latest from toolkit)
    - Docs images should be copied into their own folder in /public
    Robin Whittleton committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    cd45614 View commit details
    Browse the repository at this point in the history