Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 142bddf

Browse files
authored
Add initial docs (#2249)
Initial support for `doctum` generated documentation.
1 parent 114f4d6 commit 142bddf

36 files changed

Lines changed: 39790 additions & 1 deletion

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/.github export-ignore
2+
/docs export-ignore
3+
.gitattributes export-ignore
4+
.gitignore export-ignore
5+
.gitmodules export-ignore

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/.github
22
/.idea
33
/.vscode
4+
/docs/.cache
45
.cquery
56
*.deps
67
*.libs
@@ -19,4 +20,5 @@ autom4te.cache
1920
mkinstalldirs
2021
tags
2122
compile_commands.json
22-
run-tests.php
23+
doctum.phar
24+
run-tests.php

docs/DOCTUM_VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5.5.1

docs/PROJECT_VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
develop

docs/Redis.html

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

0 commit comments

Comments
 (0)