Rename doc to customisation guide

This commit is contained in:
Kimmo Puputti 2018-04-19 11:17:24 +03:00
parent a6fd77ba62
commit f014c36229
3 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@ repository instead of cloning it. See the following section.
## Getting started with your own customisation
If you want to build your own Flex marketplace by customising the template application, see the
[Getting started with customisation](docs/getting-started-with-customisation.md) documentation.
[Customisation guide](docs/customisation-guide.md) documentation.
## Documentation

View file

@ -9,7 +9,7 @@ Documentation for specific topics can be found in the following files:
* Original
[create-react-app documentation](https://github.com/sharetribe/create-react-app/blob/master/packages/react-scripts/template/README.md)
* [Getting started with customisation](getting-started-with-customisation.md)
* [Customisation guide](customisation-guide.md)
* [Testing](testing.md)
* [Error logging with Sentry](sentry.md)
* [CI](ci.md)

View file

@ -1,4 +1,4 @@
# Getting started with customisation
# Customisation guide
So you've decided to build your own Flex marketplace using the template. That's awesome! This guide
will help you in setting up your fork and describes the general workflow.