File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# docs.openssl.org
4
4
5
- OpenSSL Documentation website is based on
5
+ The OpenSSL Documentation website is based on
6
6
[ Material for MkDocs] ( https://squidfunk.github.io/mkdocs-material/ ) and
7
- this repository contains required configuration and build scripts.
7
+ this repository contains the required configuration files and build scripts.
8
+ ` docs.openssl.org ` is hosted on GitHub Pages.
8
9
9
10
## Deployment
10
11
@@ -37,7 +38,7 @@ To start playing around you can spin up a container and run commands:
37
38
3. Build the docs:
38
39
39
40
` ` ` sh
40
- python build.py < OPENSSL VERSION >
41
+ python build.py < OPENSSL BRANCH >
41
42
` ` `
42
43
43
44
4. Run the development web server:
@@ -48,7 +49,7 @@ To start playing around you can spin up a container and run commands:
48
49
49
50
# # build.py
50
51
51
- A small wrapper script to clone a specific OpenSSL branch and build documentaton website with
52
+ A small wrapper script to clone a specific OpenSSL branch and build a documentation website with
52
53
` mike` . Run it to build the website:
53
54
54
55
` ` ` sh
You can’t perform that action at this time.
0 commit comments