-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:rehive/client-docs-template
- Loading branch information
Showing
1 changed file
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,20 @@ | ||
# docs | ||
<p align="center"> | ||
<img width="64" src="https://avatars2.githubusercontent.com/u/22204821?s=200&v=4" alt="Rehive Logo"> | ||
<h1 align="center">Client Docs Template</h1> | ||
<p align="center">Template project to use for creating client merchant docs</p> | ||
</p> | ||
|
||
## Usage | ||
|
||
### Download/Clone | ||
|
||
The documentation uses a submodule for its theme. Therefore when cloning the repository ensure you do so recursively: | ||
|
||
```sh | ||
git clone --recurse-submodules [email protected]:rehive/docs-portal.git | ||
``` | ||
|
||
### Development | ||
|
||
```sh | ||
hugo serve |