diff --git a/CHANGELOG.md b/CHANGELOG.md index 58970e0f7..3f7ae5b86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ### Fixed - Throw a different error for a missing cookie upon OAuth return [#131](https://github.com/shopify/shopify-node-api/pull/131) - Improved documentation for GraphQL and Rest Clients. [#123](https://github.com/Shopify/shopify-node-api/pull/123) +- Made Docs directory more browseable in GitHub. [#136](https://github.com/Shopify/shopify-node-api/pull/136) ### Fixed diff --git a/README.md b/README.md index 7a7fdacf9..7e396624f 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,10 @@ To follow these usage guides, you will need to: - add the `ngrok` URL and the appropriate redirect for your OAuth callback route to your app settings - have [yarn](https://yarnpkg.com) installed - + # Getting started -You can follow our [getting started guide](docs/index.md), which will provide instructions on how to create an app using plain Node.js code, or the [Express](https://expressjs.com/) framework. Both examples are written in Typescript. +You can follow our [getting started guide](docs/), which will provide instructions on how to create an app using plain Node.js code, or the [Express](https://expressjs.com/) framework. Both examples are written in Typescript. - [Getting started](docs/getting_started.md) - [Install dependencies](docs/getting_started.md#install-dependencies) diff --git a/docs/index.md b/docs/README.md similarity index 100% rename from docs/index.md rename to docs/README.md