TraceMachina / nativelink

NativeLink is an open source high-performance build cache and remote execution server, compatible with Bazel, Buck2, Reclient, and other RBE-compatible build systems. It offers drastically faster builds, reduced test flakiness, and specialized hardware.
https://nativelink.com
Apache License 2.0
1.19k stars 110 forks source link

Remove unnecessary document file #1387

Open aleksdmladenovic opened 1 month ago

aleksdmladenovic commented 1 month ago

This file is not used in our documentation but it exists in docs directory.

https://github.com/TraceMachina/nativelink/blob/main/web/platform/src/content/docs/docs/introduction/contributors.mdx

That file, introduction/contributors is not referenced in starlight.conf.ts either.

https://github.com/TraceMachina/nativelink/blob/e6eb5f775135a02d77f78d16237739f79eccac61/web/platform/starlight.conf.ts#L36-L53

That file's content also doesn't make sense and it even includes typo of started to starget.

https://github.com/TraceMachina/nativelink/blob/e6eb5f775135a02d77f78d16237739f79eccac61/web/platform/src/content/docs/docs/introduction/contributors.mdx?plain=1#L3

I think that file is created temporarily while development but not removed after we no longer needed that one.

aleksdmladenovic commented 1 month ago

Check this issue and PR plz. Thanks.

cc: @allada, @MarcusSorealheis, @blakehatch, @SchahinRohani