Skip to content

Commit 0749d69

Browse files
author
Gornicki, Lukasz
committed
margin fix
1 parent 8e69822 commit 0749d69

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ The easiest solution is to publish the API Doc portal on GitHub pages. Of course
5050
1. Create new repository with the following name: `your_github_username.github.io`. It must be public and initialized (You do it in UI during creation).
5151
2. Modify `chewieConfig.js` file in forked `docpad-skeleton-apidocs` repository.
5252
- Change the `srcLocation` attribute:
53-
```
54-
srcLocation: 'https://github.com/derberg/derberg.github.io.git',
55-
```
56-
The git url must point to your newly created `your_github_username.github.io` repository.
53+
```
54+
srcLocation: 'https://github.com/derberg/derberg.github.io.git',
55+
```
56+
The git url must point to your newly created `your_github_username.github.io` repository.
5757
- Change the `docuUrl` attribute:
58-
```
59-
docuUrl: process.env.docuURL || 'http://derberg.github.io',
60-
```
61-
The page url must be the same as the name of your newly created `your_github_username.github.io` repository.
58+
```
59+
docuUrl: process.env.docuURL || 'http://derberg.github.io',
60+
```
61+
The page url must be the same as the name of your newly created `your_github_username.github.io` repository.
6262
3. Modify `docpad.coffee` file in forked `docpad-skeleton-apidocs` repository. Change the `url` attribute:
6363
```
6464
environments:

0 commit comments

Comments
 (0)