Skip to content

refactor: rip out the starlark-rust document generator#929

Merged
thesayyn merged 3 commits intomainfrom
docgen
Jan 30, 2026
Merged

refactor: rip out the starlark-rust document generator#929
thesayyn merged 3 commits intomainfrom
docgen

Conversation

@thesayyn
Copy link
Member

No description provided.

@thesayyn thesayyn requested a review from b3cramer January 23, 2026 20:05
@b3cramer
Copy link
Member

@thesayyn what's the proposed plan/solution for producing documentation after this is gone?

@thesayyn
Copy link
Member Author

I am not really removing anything, i just created our own documentation generator that takes the rust code and turns into markdown but the generated content is different which i am afraid might break the docsite.

@thesayyn
Copy link
Member Author

so cd crates/axl-docgen && cargo run still works, its just backed by our generator now.

@alexeagle
Copy link
Member

can you just take the new content and post as a PR to the docs repo so the preview answers the question?

@aspect-build aspect-build deleted a comment from aspect-workflows bot Jan 30, 2026
@aspect-workflows
Copy link

Marvin Echo Test

__main__

⚠️ Buildkite build #103 failed.

//src/main:binary failed to build

error: use of undeclared identifier 'foo'
  --> src/main/main.cc:42:5
   |
42 |     foo();
   |     ^^^

error: aborting due to previous error

//src/lib:util failed to build

error[E0432]: unresolved import `crate::missing`
 --> src/lib/util.rs:3:5
  |
3 | use crate::missing;
  |     ^^^^^^^^^^^^^^ no `missing` in the root

💡 To reproduce 2 of the build failures, run

bazel build //src/main:binary //src/lib:util

AWS/Buildkite via AXL

@thesayyn thesayyn merged commit ed00c52 into main Jan 30, 2026
2 checks passed
@thesayyn thesayyn deleted the docgen branch January 30, 2026 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants