-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
overhaul runners, add GCP & K8s stubs #105
Conversation
casperdcl
commented
Sep 14, 2021
•
edited
Loading
edited
- overhaul self-hosted runners
- GCP stub (tests: GCP cml#680)
- K8s stub
- update cross-references
- fixes #680
<details> | ||
|
||
#### GCP |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@julieg18 is there any way to get this pattern to work with #ids
? i.e [link](/doc/self-hosted-runners#gcp)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not in our current version of the doc-engine. Headers inside the details block work but not the details's header itself. We currently take off the auto link headers inside the details headers since it doesn't work correctly. But looking at the html and css, it may be possible to implement this if we wanted 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would be nice; but #70 is much more urgent :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Feel free to address / dismiss my nitpicks and
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
- sync with iterative/cml.dev#105
- sync with iterative/cml.dev#105