File tree Expand file tree Collapse file tree 1 file changed +0
-44
lines changed Expand file tree Collapse file tree 1 file changed +0
-44
lines changed Original file line number Diff line number Diff line change 1- # MuShop Docs
21
3- ## Looking for the Docs?
4-
5- See [ https://oracle-quickstart.github.io/oci-cloudnative/ ] ( https://oracle-quickstart.github.io/oci-cloudnative/ )
6-
7- ## Developing the Docs
8-
9- Project documentation is built with [ Hugo] ( https://gohugo.io/ ) and customized [ UIkit] ( https://getuikit.com ) theme.
10-
11- ### Setup
12-
13- 1 . Install documentation theme:
14-
15- ``` sh
16- make theme
17- ```
18-
19- 1. Install [` hugo` CLI](https://gohugo.io/getting-started/installing/):
20-
21- ` ` ` sh
22- brew install hugo
23- ` ` `
24-
25- # ## Development
26-
27- In general, the content management follows all the standard features of Hugo.
28-
29- - [Hugo Content Management](https://gohugo.io/content-management/)
30-
31- # ### Start hugo server
32-
33- ` ` ` sh
34- make dev
35- ` ` `
36-
37- Or with ` hugo` :
38-
39- ` ` ` sh
40- hugo server --buildDrafts
41- ` ` `
42-
43- # ## Usage
44-
45- Open [http://localhost:1313/usage](http://localhost:1313/usage)
You can’t perform that action at this time.
0 commit comments