Skip to content

Commit b4aa04e

Browse files
committed
Changed repo reference to SettleAPI/settle-developer-docs
1 parent ebdc106 commit b4aa04e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ At its core, **Netlify CMS** is an open-source React app that acts as a wrapper
3737

3838
**Netlify CMS** allows a user to enter content through an intuitive and easy to use interface which will then get used by **Vuepress** to create the appropriate pages. When saving content on **Netlify CMS**, the data gets saved into this git repository as markdown files.
3939

40-
## Setup local envitoment
40+
## Setup local environment
4141

4242
1. ### Clone this repo
4343

@@ -54,15 +54,15 @@ At its core, **Netlify CMS** is an open-source React app that acts as a wrapper
5454
4. ### Start the local dev server
5555

5656
`yarn docs:dev`
57-
 
57+
5858
By default, you should now see your scaffolded Settle APIs docs site at [https://localhost:8080](https://localhost:8080)🚀
5959

6060
5. ### Start the local CMS server
6161

6262
`npx netlify-cms-proxy-server`
63-
 
63+
6464
Open [http://localhost:8080/admin/](http://localhost:8080/admin/) to verify that your can administer your content locally. If the default port (8081) is in use, the proxy server won't start and you will see an error message. In this case, follow [these steps](https://www.netlifycms.org/docs/beta-features/#configure-the-netlify-cms-proxy-server-port-number) before proceeding.
65-
 
65+
6666
**Note:** `netlify-cms-proxy-server` runs an unauthenticated express server. As any client can send requests to the server, it should only be used for local development.
6767

6868
## Contributing
@@ -83,4 +83,4 @@ At its core, **Netlify CMS** is an open-source React app that acts as a wrapper
8383

8484
`gh pr create --title "My Awesome feature" --body "This is my new awesome feature." --base dev`
8585

86-
**NOTE:** Pull Requests are used to start conversation about proposed changes before they're code is reviewed and eventually merged into the main branch, and **we will only consider Pull Requests initiated towards the [dev branch](https://github.com/SettleAPI/developer-docs/tree/dev)**. Pull Requests towards any other branch will be ignored and closed without any further notifications.
86+
**NOTE:** Pull Requests are used to start conversation about proposed changes before they're code is reviewed and eventually merged into the main branch, and **we will only consider Pull Requests initiated towards the [dev branch](https://github.com/SettleAPI/settle-developer-docs/tree/dev)**. Pull Requests towards any other branch will be ignored and closed without any further notifications.

docs/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = {
3131
*/
3232
themeConfig: {
3333
logo: 'https://settle.eu/wp-content/uploads/2020/10/Settle-color.svg',
34-
repo: 'SettleAPI/developer-docs',
34+
repo: 'SettleAPI/settle-developer-docs',
3535
docsBranch: 'dev',
3636
docsDir: 'docs',
3737
repoLabel: 'Contribute',

docs/.vuepress/public/admin/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
backend:
22
name: github
3-
repo: SettleAPI/developer-docs
3+
repo: SettleAPI/settle-developer-docs
44
branch: stage
55

66
# when using the default proxy server port

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "Christian Wick",
77
"email": "[email protected]"
88
},
9-
"repository": "https://github.com/SettleAPI/developer-docs",
9+
"repository": "https://github.com/SettleAPI/settle-developer-docs",
1010
"license": "MIT",
1111
"scripts": {
1212
"docs:dev": "vuepress dev docs",

0 commit comments

Comments
 (0)