Skip to content

Commit 232523c

Browse files
authored
Merge pull request #316 from octogonz/main
Add monodex.ai website skeleton
2 parents 0fcf738 + 5c0c8b9 commit 232523c

53 files changed

Lines changed: 811 additions & 45 deletions

File tree

Some content is hidden

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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ The following websites are maintained in this monorepo:
1111
- https://api.rushstack.io
1212
- https://lfx.rushstack.io
1313
- https://heft.rushstack.io/
14+
- https://monodex.ai
1415
- https://rushjs.io
1516
- https://rushstack.io
1617
- https://tsdoc.org

common/config/rush/pnpm-lock.yaml

Lines changed: 91 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rush.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,10 @@
351351
"packageName": "lfx.rushstack.io",
352352
"projectFolder": "websites/lfx.rushstack.io"
353353
},
354+
{
355+
"packageName": "monodex.ai",
356+
"projectFolder": "websites/monodex.ai"
357+
},
354358
{
355359
"packageName": "rushstack.io",
356360
"projectFolder": "websites/rushstack.io"

websites/api-extractor.com/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# api-extractor.com
22

3-
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
3+
This website is built using [Docusaurus 3](https://docusaurus.io/), a modern static website generator.
44

55
## Local development
66

@@ -51,12 +51,9 @@ export GIT_USER=<Your GitHub username>
5151
# (Optional) Specify this if you use SSH instead of HTTPS authentication
5252
export USE_SSH=true
5353
54-
# Specify the deployment target
55-
export TARGET=prod
56-
5754
rushx deploy
5855
```
5956

6057
(Typically, this deployment will happen in a CI/CD pipeline, which will have the credentials
61-
necessary to write to the https://github.com/microsoft/rushjs.io-website repo that serves as the
58+
necessary to write to the https://github.com/microsoft/api-extractor.com-website repo that serves as the
6259
GitHub Pages deployment target.)

websites/api-extractor.com/src/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ html[data-theme='dark'] blockquote {
148148
* An "external" page has "://" in its URL and does not include a recognized DNS name.
149149
* The `:not(.avatar > *)` and `:not(.avatar__name > *)` exclusions are for blog author details.
150150
*/
151-
article a[href*="://"]:not([href*="api-extractor.com"]):not([href*="rushstack.io"]):not([href*="api.rushstack.io"]):not([href*="lfx.rushstack.io"]):not([href*="rushjs.io"]):not([href*="tsdoc.org"]):not([href*="localhost"]):not(.no-external-link-icon):not(.avatar > *):not(.avatar__name > *):not(.mention)
151+
article a[href*="://"]:not([href*="api-extractor.com"]):not([href*="monodex.ai"]):not([href*="rushjs.io"]):not([href*="rushstack.io"]):not([href*="tsdoc.org"]):not([href*="localhost"]):not(.no-external-link-icon):not(.avatar > *):not(.avatar__name > *):not(.mention)
152152
{
153153
background-position: center right;
154154
background-repeat: no-repeat;

websites/api.rushstack.io/src/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ html[data-theme='dark'] blockquote {
166166
* An "external" page has "://" in its URL and does not include a recognized DNS name.
167167
* The `:not(.avatar > *)` and `:not(.avatar__name > *)` exclusions are for blog author details.
168168
*/
169-
article a[href*="://"]:not([href*="api-extractor.com"]):not([href*="rushstack.io"]):not([href*="api.rushstack.io"]):not([href*="lfx.rushstack.io"]):not([href*="rushjs.io"]):not([href*="tsdoc.org"]):not([href*="localhost"]):not(.no-external-link-icon):not(.avatar > *):not(.avatar__name > *):not(.mention)
169+
article a[href*="://"]:not([href*="api-extractor.com"]):not([href*="monodex.ai"]):not([href*="rushjs.io"]):not([href*="rushstack.io"]):not([href*="tsdoc.org"]):not([href*="localhost"]):not(.no-external-link-icon):not(.avatar > *):not(.avatar__name > *):not(.mention)
170170
{
171171
background-position: center right;
172172
background-repeat: no-repeat;

websites/heft.rushstack.io/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# heft.rushstack.io
22

3-
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
3+
This website is built using [Docusaurus 3](https://docusaurus.io/), a modern static website generator.
44

55
## Local development
66

@@ -51,9 +51,6 @@ export GIT_USER=<Your GitHub username>
5151
# (Optional) Specify this if you use SSH instead of HTTPS authentication
5252
export USE_SSH=true
5353
54-
# Specify the deployment target
55-
export TARGET=prod
56-
5754
rushx deploy
5855
```
5956

websites/heft.rushstack.io/src/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ html[data-theme='dark'] blockquote {
166166
* An "external" page has "://" in its URL and does not include a recognized DNS name.
167167
* The `:not(.avatar > *)` and `:not(.avatar__name > *)` exclusions are for blog author details.
168168
*/
169-
article a[href*="://"]:not([href*="api-extractor.com"]):not([href*="rushstack.io"]):not([href*="api.rushstack.io"]):not([href*="lfx.rushstack.io"]):not([href*="rushjs.io"]):not([href*="tsdoc.org"]):not([href*="localhost"]):not(.no-external-link-icon):not(.avatar > *):not(.avatar__name > *):not(.mention)
169+
article a[href*="://"]:not([href*="api-extractor.com"]):not([href*="monodex.ai"]):not([href*="rushjs.io"]):not([href*="rushstack.io"]):not([href*="tsdoc.org"]):not([href*="localhost"]):not(.no-external-link-icon):not(.avatar > *):not(.avatar__name > *):not(.mention)
170170
{
171171
background-position: center right;
172172
background-repeat: no-repeat;

websites/lfx.rushstack.io/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# lfx.rushstack.io
22

3-
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
3+
This website is built using [Docusaurus 3](https://docusaurus.io/), a modern static website generator.
44

55
## Local development
66

@@ -51,12 +51,9 @@ export GIT_USER=<Your GitHub username>
5151
# (Optional) Specify this if you use SSH instead of HTTPS authentication
5252
export USE_SSH=true
5353
54-
# Specify the deployment target
55-
export TARGET=prod
56-
5754
rushx deploy
5855
```
5956

6057
(Typically, this deployment will happen in a CI/CD pipeline, which will have the credentials
61-
necessary to write to the https://github.com/microsoft/rushjs.io-website repo that serves as the
58+
necessary to write to the https://github.com/microsoft/lfx.rushstack.io-website repo that serves as the
6259
GitHub Pages deployment target.)

websites/lfx.rushstack.io/src/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ html[data-theme='dark'] blockquote {
148148
* An "external" page has "://" in its URL and does not include a recognized DNS name.
149149
* The `:not(.avatar > *)` and `:not(.avatar__name > *)` exclusions are for blog author details.
150150
*/
151-
article a[href*="://"]:not([href*="api-extractor.com"]):not([href*="rushstack.io"]):not([href*="api.rushstack.io"]):not([href*="lfx.rushstack.io"]):not([href*="rushjs.io"]):not([href*="tsdoc.org"]):not([href*="localhost"]):not(.no-external-link-icon):not(.avatar > *):not(.avatar__name > *):not(.mention)
151+
article a[href*="://"]:not([href*="api-extractor.com"]):not([href*="monodex.ai"]):not([href*="rushjs.io"]):not([href*="rushstack.io"]):not([href*="tsdoc.org"]):not([href*="localhost"]):not(.no-external-link-icon):not(.avatar > *):not(.avatar__name > *):not(.mention)
152152
{
153153
background-position: center right;
154154
background-repeat: no-repeat;

0 commit comments

Comments
 (0)