How to generate adoc files included in manual.adoc file? #16940
-
I'm trying to package During build of a release, HTML documentation is built from
How to generate these 4 |
Beta Was this translation helpful? Give feedback.
Answered by
flodiebold
Mar 26, 2024
Replies: 1 comment 2 replies
-
As far as I understand,
Not sure why they're so different, it might just be for historical reasons. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
lcheylus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As far as I understand,
generated_config.adoc
is checked into the repo and there's a test that makes sure it's up to date (cargo test -p rust-analyzer -- generate_config_documentation
);diagnostics
andassists
are generated bycargo xtask codegen
;features
are generated bycargo test -p rust-analyzer -- sourcegen_feature_docs
(and not checked in).Not sure why they're so different, it might just be for historical reasons.