Add monodex.ai website skeleton#316
Conversation
| * The `:not(.avatar > *)` and `:not(.avatar__name > *)` exclusions are for blog author details. | ||
| */ | ||
| 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) | ||
| 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) |
There was a problem hiding this comment.
Seems like this should go in a common place.
There was a problem hiding this comment.
The right way would be to create a Docusaurus custom theme use by all the Rush Stack projects, but it's outside the scope of this PR. And this particular CSS rule would be tricky because although the selector is reused, the CSS content is different because it has site-specific coloring information.
iclanton
left a comment
There was a problem hiding this comment.
There are a bunch of unrelated changes in this PR.
Also we should put all of the shared assets (like the icons) in a shared place instead of duplicating them between projects.
| title: Help | ||
| --- | ||
|
|
||
| Monodex is actively developed by the [Rush Stack](@rushstack/) community. There are various community options for help: |
There was a problem hiding this comment.
What does this link end up resolving to?
There was a problem hiding this comment.
@rushstack/ goes to https://rushstack.io/ as part of our remark-cross-site-link-plugin
There was a problem hiding this comment.
The "unrelated" changes are just things that AI caught for the new site, which have copy+paste equivalents in all the other sites.
This sets up the Rush project, and its icons and colors. The actual doc content will come in a separate PR.
Website deploys to GitHub pages on: https://github.com/microsoft/monodex.ai-website
Live site will be here: https://monodex.ai/