Skip to content

Commit 77eb47a

Browse files
authored
Merge pull request #8 from oracle-quickstart/kumar-ola-patch-1
Update README.md
2 parents 2297ec8 + 9ea39b3 commit 77eb47a

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

docs/README.md

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1 @@
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)

0 commit comments

Comments
 (0)