-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Use same docs, for CI and deployment #12692
Changes from all commits
bbc784c
c31fea7
c501e67
c47cf7a
1e23f17
4f5f7b9
378c431
10ce4d0
2647b52
153502c
10d57f1
680d015
a4f4279
6c4e0cb
d145809
0ad29ea
476ec5f
40a6ec9
739d52e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1158,6 +1158,7 @@ wasm = true | |
[[example]] | ||
name = "log_layers" | ||
path = "examples/app/log_layers.rs" | ||
doc-scrape-examples = true | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this meant to be set to false? I believe the default is true, so this is redundant unless I'm missing something. Docs, for future me's reference There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I was getting a warning to add the text. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Odd, I wonder why those examples were getting skipped. Could you send a screenshot of the error message? Perhaps it will give further insight... |
||
|
||
[package.metadata.example.log_layers] | ||
name = "Log layers" | ||
|
@@ -1168,6 +1169,7 @@ wasm = false | |
[[example]] | ||
name = "log_layers_ecs" | ||
path = "examples/app/log_layers_ecs.rs" | ||
doc-scrape-examples = true | ||
|
||
[package.metadata.example.log_layers_ecs] | ||
name = "Advanced log layers" | ||
|
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.
Could you add a comment explaining why we need nightly. Something like: