-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce nativelink webapp including docs
Made with astro & qwik
- Loading branch information
1 parent
503fb76
commit 40e954c
Showing
104 changed files
with
3,243 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ LLVM | |
Machina | ||
[Mm]onorepo | ||
NVMe | ||
[email protected] | ||
NativeLink | ||
OCI | ||
OSSF | ||
|
@@ -55,3 +56,16 @@ Grafana | |
GitHub | ||
Deno | ||
shipstorm | ||
hermiticity | ||
performant | ||
unscalable | ||
Warewulf | ||
Apptainer | ||
Verissimo | ||
Delangue | ||
Lackriet | ||
Wainer | ||
Gert | ||
Bruer | ||
Eagan | ||
plattform |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# build output | ||
dist/ | ||
|
||
# generated types | ||
.astro/ | ||
|
||
# dependencies | ||
node_modules/ | ||
|
||
# logs | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
pnpm-debug.log* | ||
bun-debug.log* | ||
bun-error.log* | ||
|
||
# tests | ||
test-results | ||
|
||
# environment variables | ||
.env | ||
.env.production | ||
|
||
# macOS-specific files | ||
.DS_Store | ||
|
||
# Generated by wrangler during local development. | ||
.wrangler | ||
|
||
# Generated during the build and only intended to debug bundle size. | ||
stats.html | ||
|
||
# Deno Deploy file | ||
deno.json | ||
|
||
# Astro test route | ||
# src/pages/test.astro | ||
|
||
# Generated files | ||
src/content/docs/docs/contribute/docs.mdx | ||
src/content/docs/docs/contribute/guidelines.mdx | ||
src/content/docs/docs/explanations/lre.mdx | ||
src/content/docs/docs/deployment-examples/chromium.mdx | ||
src/content/docs/docs/config/configuration-intro.mdx | ||
src/content/docs/docs/deployment-examples/kubernetes.mdx | ||
src/content/docs/docs/introduction/setup.mdx | ||
src/content/docs/docs/reference/changelog.mdx | ||
src/content/docs/docs/reference/nativelink-config.mdx |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.