Skip to content

Commit 5c0c8b9

Browse files
committed
PR feedback
1 parent 1fad50d commit 5c0c8b9

16 files changed

Lines changed: 9 additions & 29 deletions

File tree

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

websites/api-extractor.com/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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/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*="monodex.ai"]):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*="monodex.ai"]):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: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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*="monodex.ai"]):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: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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/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*="monodex.ai"]):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/monodex.ai/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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/monodex.ai/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*="monodex.ai"]):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)