Skip to content

Commit 8a2e2e5

Browse files
committed
docs: setup documentation for deploy
1 parent 3db1aeb commit 8a2e2e5

27 files changed

+154
-784
lines changed

apps/demo/project.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"executor": "@angular-devkit/build-angular:browser",
1010
"outputs": ["{options.outputPath}"],
1111
"options": {
12-
"outputPath": "dist/apps/demo",
12+
"outputPath": "dist/apps/documentation/demo",
1313
"index": "apps/demo/src/index.html",
1414
"main": "apps/demo/src/main.ts",
1515
"polyfills": ["zone.js"],
@@ -32,7 +32,8 @@
3232
"maximumError": "4kb"
3333
}
3434
],
35-
"outputHashing": "all"
35+
"outputHashing": "all",
36+
"baseHref": "/demo/"
3637
},
3738
"development": {
3839
"buildOptimizer": false,

apps/documentation/_redirects

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/demo/* /demo 200
2+

apps/documentation/babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
2+
presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
33
};

apps/documentation/blog/2019-05-28-first-blog-post.md

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

apps/documentation/blog/2019-05-29-long-blog-post.md

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

apps/documentation/blog/2021-08-01-mdx-blog-post.mdx

Lines changed: 0 additions & 20 deletions
This file was deleted.
Binary file not shown.

apps/documentation/blog/2021-08-26-welcome/index.md

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

apps/documentation/blog/authors.yml

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1-
endi:
2-
name: Endilie Yacop Sucipto
3-
title: Maintainer of Docusaurus
4-
url: https://github.com/endiliey
5-
image_url: https://github.com/endiliey.png
6-
7-
yangshun:
8-
name: Yangshun Tay
9-
title: Front End Engineer @ Facebook
10-
url: https://github.com/yangshun
11-
image_url: https://github.com/yangshun.png
12-
13-
slorber:
14-
name: Sébastien Lorber
15-
title: Docusaurus maintainer
16-
url: https://sebastienlorber.com
17-
image_url: https://github.com/slorber.png
1+
chau:
2+
name: Chau Tran
3+
title: Maintainer of Angular Three
4+
url: https://github.com/nartc
5+
image_url: https://github.com/nartc.png

apps/documentation/docs/intro.md

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

0 commit comments

Comments
 (0)