-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #313 from alphagov/update_docs_readme
Update readme to point to docs app
- Loading branch information
Showing
1 changed file
with
3 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,6 @@ | ||
# Installation guide | ||
|
||
Installation guide for new users (non technical): | ||
|
||
1. [Introduction](install/introduction.md) | ||
2. [Requirements](install/requirements.md) | ||
3. [Install the kit](install/install-the-kit.md) | ||
4. [Run the kit](install/run-the-kit.md) | ||
|
||
Installation guide for developers (technical): | ||
|
||
[Developer install instructions](developer-install-instructions.md) | ||
|
||
# Guides | ||
# Documentation | ||
|
||
1. [Setting up git](guides/setting-up-git.md) | ||
1. [Publishing on the web (Heroku)](guides/publishing-on-heroku.md) | ||
[Documentation and examples](https://govuk-prototype-kit.herokuapp.com/docs) | ||
|
||
# Documentation | ||
Documentation is also available when running the app locally at http:localhost:3000/docs | ||
|
||
- [Prototype kit principles](principles.md) | ||
- [Making pages](making-pages.md) | ||
- [Writing CSS](writing-css.md) | ||
- [Updating the kit to the latest version](updating-the-kit.md) | ||
- [Tips and tricks](tips-and-tricks.md) | ||
- [Creating routes (server-side programming)](creating-routes.md) | ||
- [Storing data in session](session.md) |