Browse Source

tabs de-indented

pull/997/head
Alper Ebicoglu 7 years ago
parent
commit
487756e099
  1. 28
      docs/en/Apps/VoloDocs.md

28
docs/en/Apps/VoloDocs.md

@ -137,33 +137,33 @@ When you extract the `VoloDocs.zip` file, you will see a `Web` folder and a `Mig
![Creating a new project](../images/docs-create-project.jpg)
##### Retrieving GitHub Access Token
##### Retrieving GitHub Access Token
To create a personal access token in GitHub, you need to visit the **Settings** of the user account and under **Developer settings** you will find **Personal access tokens**. Select **Generate new token**, enter in a name as the Token description and enable the repo checkbox. Alternatively, to enter generate new token, browse to https://github.com/settings/tokens/new.
To create a personal access token in GitHub, you need to visit the **Settings** of the user account and under **Developer settings** you will find **Personal access tokens**. Select **Generate new token**, enter in a name as the Token description and enable the repo checkbox. Alternatively, to enter generate new token, browse to https://github.com/settings/tokens/new.
###### Generate Token for Public Repositories
###### Generate Token for Public Repositories
To access public repositories, check `public_repo` under the `repo` section. This will enable VoloDocs to access your public GitHub repositories. Click `Generate Token` button on the bottom of the page.
To access public repositories, check `public_repo` under the `repo` section. This will enable VoloDocs to access your public GitHub repositories. Click `Generate Token` button on the bottom of the page.
![Retrieve GitHub Access Token for Public Repo](../images/github-access-token-public-repo.jpg)
![Retrieve GitHub Access Token for Public Repo](../images/github-access-token-public-repo.jpg)
###### Generate Token for Private Repositories
###### Generate Token for Private Repositories
To access public repositories, check all items under the `repo` section. This will enable VoloDocs to access your private GitHub repositories. Click `Generate Token` button on the bottom of the page.
To access public repositories, check all items under the `repo` section. This will enable VoloDocs to access your private GitHub repositories. Click `Generate Token` button on the bottom of the page.
![Retrieve GitHub Access Token for Private Repo](../images/github-access-token-private-repo.jpg)
![Retrieve GitHub Access Token for Private Repo](../images/github-access-token-private-repo.jpg)
###### Learn Your GitHub Username
###### Learn Your GitHub Username
To learn your GitHub username, click on your profile picture on the top-right corner of the GitHub page. You will see your username right after the text "Signed in as ..."
To learn your GitHub username, click on your profile picture on the top-right corner of the GitHub page. You will see your username right after the text "Signed in as ..."
![Your GitHub Username](../images/github-myusername.jpg)
![Your GitHub Username](../images/github-myusername.jpg)
After you save the project, go to root website address and you will see your documentation.
After you save the project, go to root website address and you will see your documentation.
`http://<yourwebsite>/documents`
`http://<yourwebsite>/documents`

Loading…
Cancel
Save