Skip to content

Commit cbe8802

Browse files
committed
Build .adoc Files for GitHub Pages from 6818f87
0 parents  commit cbe8802

File tree

6 files changed

+1537
-0
lines changed

6 files changed

+1537
-0
lines changed

.gitignore

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# IntelijIdea Project Junk
2+
.idea/
3+
*.iml
4+
5+
6+
# Eclipse Project Junk
7+
.factorypath
8+
.settings/
9+
.project
10+
.classpath
11+
.vscode
12+
13+
14+
# Build directories
15+
/build/
16+
/out/
17+
/target/
18+
/*/target/
19+
20+
# Dependencies
21+
node_modules/
22+
23+
24+
# Gradle meta
25+
.gradle/
26+
27+
28+
# Compiled things
29+
*.class
30+
31+
32+
# Other version control
33+
.svn/
34+
35+
#
36+
# Exported from svn:ignore
37+
#
38+
*~
39+
classes
40+
target

column-tools.html

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

configuring-the-wdk.html

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

index.html

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

wdk params design.pptx

86.3 KB
Binary file not shown.

wdk-overview.pptx

653 KB
Binary file not shown.

0 commit comments

Comments
 (0)