Skip to content

Commit d5426f8

Browse files
committed
Move to content
1 parent 0bf6d8f commit d5426f8

26 files changed

+43
-15
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/book

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,17 @@ The following diagrams plugins are used in this documentation:
1111
- Mermaid
1212
- Excalidraw
1313

14+
15+
## Usage instructions
16+
You can open this repo on GitHub to read, use the GitHub Pages for a published version, or use an editor.
17+
For example, it is easy to use `.` to start the GitHub Web Editor to read and edit these files.
18+
19+
20+
## Build instructions
21+
To create the HTML output, you can use:
22+
23+
```
24+
$ podman run --rm -v $PWD:/workspace ghcr.io/gbraad-redhat/mdbook:0.4.42 mdbook build
25+
```
26+
27+
This will create a `book` folder that comntains the output for a static webpage like GitHub Pages.

SUMMARY.md

-15
This file was deleted.

book.toml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[book]
2+
authors = ["CRC-team"]
3+
language = "en"
4+
multilingual = false
5+
src = "content"
6+
title = "CRC Engineering docs"
7+
8+
[output.html]
9+
default-theme = "light"
10+
preferred-dark-theme = "light"
11+
12+
[preprocessor.callouts]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

content/SUMMARY.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Summary
2+
=======
3+
4+
- [Developing](Developing.md)
5+
- [Windows installation process](Windows-installation.md)
6+
- [Track TCP proxy connections](Using-tcpconnect-to-track-TCP-proxy-connections.md)
7+
- [User-mode network stack](usermode-network-stack.md)
8+
- [Podman support](Podman-support.md)
9+
10+
11+
- [Add another user to the cluster](Add-another-user-to-cluster.md)
12+
- [Add mirror registry](Add-mirror-registry.md)
13+
- [Add a self-signed certrificate registry](Adding-a-self-signed-certificate-registry.md)
14+
- [Add an insecure registry](Adding-an-insecure-registry.md)
15+
- [Apple Silicon support](Apple-Silicon-Support.md)
File renamed without changes.
File renamed without changes.
File renamed without changes.

content/usermode-network-stack.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# User-mode network stack

0 commit comments

Comments
 (0)