Skip to content

Commit 3931df0

Browse files
authored
doc link fixes, npm pack tweaks (#3125)
* πŸ”§ 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
1 parent a923322 commit 3931df0

File tree

127 files changed

+22
-6900
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+22
-6900
lines changed

β€Ž.gitignoreβ€Ž

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

β€ŽGruntfile.jsβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ module.exports = function(grunt) {
4444
'dist/angular/src/gridstack-item.component.ts': ['angular/projects/lib/src/lib/gridstack-item.component.ts'],
4545
'dist/angular/src/base-widget.ts': ['angular/projects/lib/src/lib/base-widget.ts'],
4646
'dist/angular/src/gridstack.module.ts': ['angular/projects/lib/src/lib/gridstack.module.ts'],
47+
'dist/angular/src/types.ts': ['angular/projects/lib/src/lib/types.ts'],
4748
}
4849
}
4950
},

β€ŽLICENSEβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019-2023 Alain Dumesny. v0.4.0 and older (c) 2014-2018 Pavel Reznikov, Dylan Weiss
3+
Copyright (c) 2019-2025 Alain Dumesny. v0.4.0 and older (c) 2014-2018 Pavel Reznikov, Dylan Weiss
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

β€Žangular/.gitignoreβ€Ž

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

910
# Node
1011
/node_modules

β€Žangular/doc/html/.nojekyllβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Žangular/doc/html/assets/hierarchy.jsβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Žangular/doc/html/assets/highlight.cssβ€Ž

Lines changed: 0 additions & 148 deletions
This file was deleted.

β€Žangular/doc/html/assets/icons.jsβ€Ž

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
Β (0)