We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c56c9a1 commit 9c414ecCopy full SHA for 9c414ec
.gitignore
@@ -15,7 +15,6 @@ target/
15
!docs/index.mdx
16
!docs/Library/_category_.yml
17
!docs/Packages/_category_.yml
18
-!docs/Packages/index.md
19
docs/index.value
20
docs/[A-Z]*
21
courses/Packages/index.md
@@ -1,5 +1,4 @@
1
---
2
title: Package Directory
3
+sidebar_position: 10
4
-
5
pom.xml
@@ -52,7 +52,6 @@
52
<exclude>index.mdx</exclude>
53
<exclude>Library/_category_.yml</exclude>
54
<exclude>Packages/_category_.yml</exclude>
55
- <exclude>Packages/index.md</exclude>
56
</excludes>
57
<followSymlinks>false</followSymlinks>
58
</fileset>
0 commit comments