-
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
docs: update structure #404
Conversation
site/src/system.md
Outdated
@@ -1,5 +1,5 @@ | |||
|
|||
# `system` | |||
# Cross-platform: `system` |
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.
I'd like to reserve "cross" for cross-compilation if possible. What do you think of
# Cross-platform: `system` | |
# Multi-platform: `system` |
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.
Sounds good, I think just the system
may not be enough for people to know why they need it. Multi-platform is much better actually
@@ -1,17 +1,18 @@ | |||
# Summary | |||
|
|||
- [Introduction](./README.md) | |||
- [Getting Started](./getting-started.md) | |||
- [Cheat Sheet](./cheat-sheet.md) | |||
- [Tutorials]() |
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.
These aren't really tutorials yet, but that's perhaps a separate issue.
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.
Yes, indeed, they need some work. I put them there because they should help a beginner achieve basic competence, whether they are doing that now is another story
bors try |
tryBuild succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
bors try Let's test the redirects |
tryBuild succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
bors try Redirect worked. Now testing the typo. |
|
tryBuild succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
All good now. Thanks! bors r+ |
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
I would keep an eye on this issue: lycheeverse/lychee#185 |
related #388