Skip to content

Commit 42f78c5

Browse files
authored
doc link fixes, npm pack tweaks (#3127)
* 🔧 Fix broken Angular Guide link in TypeDoc documentation - Updated angular/typedoc.html.json to point Angular Guide to index.html instead of README.md - Regenerated Angular HTML documentation with correct links - The Angular Guide link now properly navigates to the main Angular docs page Fixes: https://gridstackjs.com/angular/doc/html/modules.html Angular Guide link * doc link fixes, npm pack tweaks * v12.3.0 * gitignore temp fix
1 parent b627718 commit 42f78c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ node_modules
99
.vscode
1010
.idea/
1111
.DS_Store
12-
doc/html/
12+
# doc/html/

angular/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/tmp
66
/out-tsc
77
/bazel-out
8-
/doc/html/
8+
# /doc/html/
99

1010
# Node
1111
/node_modules

0 commit comments

Comments
 (0)