Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
76ce236
Merge pull request #84 from SettleAPI/promTo/prod
iamchriswick Jun 3, 2021
6c76d0b
Update Introduction document “interacting”
rexgnu Jun 9, 2021
147b218
Merge pull request #86 from SettleAPI/promTo/stage
iamchriswick Jun 14, 2021
a68b117
Merge pull request #87 from SettleAPI/promTo/prod
iamchriswick Jun 15, 2021
517952c
Merge branch 'stage' into cms/introduction/interacting
iamchriswick Jun 15, 2021
6544f7d
Merge branch 'prod' into cms/introduction/interacting
iamchriswick Jun 17, 2021
4cfd27a
Bump postcss from 7.0.35 to 7.0.36
dependabot[bot] Jun 17, 2021
b1da2ad
Merge pull request #89 from SettleAPI/dependabot/npm_and_yarn/postcss…
iamchriswick Jun 18, 2021
f87d155
Merge branch 'prod' into cms/introduction/interacting
iamchriswick Jun 20, 2021
8263af3
Merge pull request #90 from SettleAPI/promTo/stage
iamchriswick Jun 21, 2021
0d2f75d
Merge branch 'prod' into promTo/prod
iamchriswick Jun 21, 2021
200b59e
Merge pull request #88 from SettleAPI/cms/introduction/interacting
iamchriswick Jun 21, 2021
d00ffe9
Merge branch 'prod' into promTo/prod
iamchriswick Jun 21, 2021
5fb9fbe
Merge pull request #91 from SettleAPI/promTo/prod
iamchriswick Jun 21, 2021
61a7ac4
Merge pull request #93 from SettleAPI/dev
iamchriswick Jun 23, 2021
2f0b1e6
Merge branch 'prod' into promTo/prod
iamchriswick Jun 28, 2021
0a4a0af
Merge pull request #94 from SettleAPI/promTo/prod
iamchriswick Jun 28, 2021
10a185c
Fixing repo url
cathoderay Jun 28, 2021
c87caa9
Fixing repo directory
cathoderay Jun 28, 2021
29f8714
Missing word
cathoderay Jun 28, 2021
5b16949
Merge branch 'dev' into small-fixes
cathoderay Jun 28, 2021
94d0bb0
Merge branch 'dev' into small-fixes
iamchriswick Jul 2, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ At its core, **Netlify CMS** is an open-source React app that acts as a wrapper

1. ### Clone this repo

`git clone https://github.com/SettleForDevelopers/Developer-Docs.git`
`git clone https://github.com/SettleAPI/settle-developer-docs.git`

2. ### Navigate into your newly created Settle API docs directory

`cd settle-api-docs`
`cd settle-developer-docs`

3. ### Install dependencies

Expand Down
2 changes: 1 addition & 1 deletion docs/api/guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ description: Getting started with the Settle API

To get started we recommend that you first create a consumer account and a business account in the [Sandbox environment](/sandbox). This allows you to try out Settle and test your integration without having to worry about real money.

You can then follow one the tutorials or checkout the API references directly.
You can then follow one of the tutorials or checkout the API references directly.
2 changes: 1 addition & 1 deletion docs/api/guides/introduction/interacting.md
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Interacting with the REST API's
title: 1. Interacting with the REST API's
description: How to interact with the Settle REST API's
---
# Creating, Retrieving, Updating and Deleting resources (CRUD)
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6107,9 +6107,9 @@ postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0:
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==

postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.26, postcss@^7.0.27, postcss@^7.0.32, postcss@^7.0.5, postcss@^7.0.6:
version "7.0.35"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.35.tgz#d2be00b998f7f211d8a276974079f2e92b970e24"
integrity sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==
version "7.0.36"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.36.tgz#056f8cffa939662a8f5905950c07d5285644dfcb"
integrity sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==
dependencies:
chalk "^2.4.2"
source-map "^0.6.1"
Expand Down