File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,14 +65,14 @@ The easiest solution is to publish the API Doc portal on GitHub pages. Of course
6565 The page url must be the same as the name of your newly created ` your_github_username.github.io ` repository.
6666
67673 . Modify ` docpad.coffee ` file in forked ` docpad-skeleton-apidocs ` repository. Change the ` url ` attribute:
68- ```
69- environments:
70- prod:
71- templateData:
72- site:
73- url: "http://derberg.github.io"
74- ```
75- It should point to the following url: ` http://your_github_username.github.io `
68+ ```
69+ environments:
70+ prod:
71+ templateData:
72+ site:
73+ url: "http://derberg.github.io"
74+ ```
75+ It should point to the following url: ` http://your_github_username.github.io `
7676
77774 . Navigate to the local clone of ` docpad-skeleton-apidocs ` repository in the terminal
7878
You can’t perform that action at this time.
0 commit comments