forked from grafana/tanka
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: new docs website using Astro + Starlight (grafana#1025)
* docs: new docs website * Update .github/workflows/publish-page.yml * update dist path for previews * fix base path * Fix links/base path * comment out unneeded input * fix typos * change base * Create .nojekyll file * Add favicon * Do not build docker image for PRs if only docs change * Fix local configuration and re-add prettier for VSCode formatting * fix links for dev & prod * make links relative to base, override TOC to work with base * change CTA text * Replace docs/README.md * Remove unused commands from package.json * Include sidebar also on the startpage * Fix search box position on startpage (tnx @Elfo404) * Deploy the dist folder on main --------- Co-authored-by: Horst Gutmann <[email protected]>
- Loading branch information
Showing
100 changed files
with
7,198 additions
and
29,129 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
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 |
---|---|---|
@@ -1,75 +1,21 @@ | ||
.docz | ||
# build output | ||
dist/ | ||
# generated types | ||
.astro/ | ||
|
||
# Logs | ||
logs | ||
*.log | ||
# dependencies | ||
node_modules/ | ||
|
||
# logs | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
pnpm-debug.log* | ||
|
||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
*.pid.lock | ||
|
||
# Directory for instrumented libs generated by jscoverage/JSCover | ||
lib-cov | ||
|
||
# Coverage directory used by tools like istanbul | ||
coverage | ||
|
||
# nyc test coverage | ||
.nyc_output | ||
|
||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) | ||
.grunt | ||
|
||
# Bower dependency directory (https://bower.io/) | ||
bower_components | ||
|
||
# node-waf configuration | ||
.lock-wscript | ||
|
||
# Compiled binary addons (http://nodejs.org/api/addons.html) | ||
build/Release | ||
|
||
# Dependency directories | ||
jspm_packages/ | ||
|
||
# Typescript v1 declaration files | ||
typings/ | ||
# environment variables | ||
.env | ||
.env.production | ||
|
||
# Optional npm cache directory | ||
.npm | ||
|
||
# Optional eslint cache | ||
.eslintcache | ||
|
||
# Optional REPL history | ||
.node_repl_history | ||
|
||
# Output of 'npm pack' | ||
*.tgz | ||
|
||
# dotenv environment variable files | ||
.env* | ||
|
||
# gatsby files | ||
public | ||
.cache | ||
|
||
# Mac files | ||
# macOS-specific files | ||
.DS_Store | ||
|
||
# Yarn | ||
yarn-error.log | ||
.pnp/ | ||
.pnp.js | ||
# Yarn Integrity file | ||
.yarn-integrity | ||
|
||
# gatsby-remark-vscode extensions are required tho | ||
node_modules/* | ||
!/node_modules/vscext | ||
!/node_modules/vscext/* |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
{ | ||
"endOfLine": "lf", | ||
"semi": false, | ||
"singleQuote": false, | ||
"tabWidth": 2, | ||
"trailingComma": "es5" | ||
"singleQuote": true, | ||
"tabWidth": 2 | ||
} |
4 changes: 0 additions & 4 deletions
4
docs/.vscext/Equinusocio.vsc-material-theme/[Content_Types].xml
This file was deleted.
Oops, something went wrong.
42 changes: 0 additions & 42 deletions
42
docs/.vscext/Equinusocio.vsc-material-theme/extension.vsixmanifest
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.