Skip to content

Commit 153c829

Browse files
committed
add OpenSSL300Design.md
1 parent f8257c6 commit 153c829

22 files changed

+2955
-1
lines changed

hooks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from mkdocs.structure.pages import Page
1414

1515
MAN_INDEXES = ["man1/index.md", "man3/index.md", "man5/index.md", "man7/index.md"]
16-
SKIP_FILES = ["index.md", "fips.md"]
16+
SKIP_FILES = ["index.md", "fips.md", "OpenSSL300Design.md"]
1717
LINKS_PATTERN = re.compile(r"\.\.\/\.\.\/man[1,3,5,7]{1}\/[a-zA-Z0-9_\-.]+")
1818
HEADINGS_PATTERN = re.compile(r" {0,3}(#{1,6})((?=\s)[^\n]*?|[^\n\S]*)(?:(?<=\s)(?<!\\)#+)?[^\n\S]*$\n?", flags=re.M)
1919
LINKS_MAP = {}
@@ -135,6 +135,7 @@ def on_nav(nav: Navigation, config: MkDocsConfig, files: Files) -> Navigation:
135135
nav_map = {
136136
"index": "Home",
137137
"fips": "FIPS-140",
138+
"OpenSSL300Design": "OpenSSL 3.0.0 Design (Draft)",
138139
"man1": "Commands",
139140
"man3": "Libraries",
140141
"man5": "File Formats",

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
site_name: OpenSSL Documentation
22
site_url: https://docs.openssl.org/
33
repo_url: https://github.com/openssl/openssl
4+
not_in_nav: |
5+
/OpenSSL300Design.md
46
extra:
57
version:
68
provider: mike
@@ -38,6 +40,7 @@ theme:
3840
markdown_extensions:
3941
- toc:
4042
permalink: true
43+
- footnotes
4144
- pymdownx.highlight
4245
- pymdownx.superfences
4346
- tables

scaffold/OpenSSL300Design.md

Lines changed: 2950 additions & 0 deletions
Large diffs are not rendered by default.

scaffold/images/300Component.png

88.6 KB
Loading
62.3 KB
Loading

scaffold/images/300Packaging.png

66.9 KB
Loading

scaffold/images/300PropDefinition.png

9.17 KB
Loading
25.2 KB
Loading
13.3 KB
Loading

scaffold/images/300PropQuery.png

16.3 KB
Loading
13.7 KB
Loading
7.17 KB
Loading
5.31 KB
Loading

scaffold/images/300PropValue.png

6.4 KB
Loading

scaffold/images/300ProviderCollab.png

44.5 KB
Loading

scaffold/images/AsIsComponent.png

51.3 KB
Loading

scaffold/images/AsIsPackaging.png

35.5 KB
Loading

scaffold/images/DigestExplicit.png

60.2 KB
Loading
123 KB
Loading
Loading

scaffold/images/ToBeComponent.png

88.6 KB
Loading

scaffold/images/ToBePackaging.png

66.9 KB
Loading

0 commit comments

Comments
 (0)