This repository has been archived by the owner on Oct 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Nextjs migration (#123) * set up nextjs with tailwindcss * fetch markdown files from github repo at build time * add version select for navigation * store and fetch overview and usage docs locally * implement mdx * check whether docs directory exists before reading from it * edit v0.9.0 mdx files to include headlessUI components * update README * put mdx components in separate file * fix typo in getServerSideProps for redirect on index page * add headlessUI components to remaining markdown files * add paragraph spacing div * add missing recommendation component styles * migration of bechmarks and community * flexible versions for benchmarks and docs Co-authored-by: PiffPaffM <[email protected]> * test commit * add parameter for header * fixed return type * added header parameter * dark mode * default to false * set correct default mode * dark mode for other pages * fix dark mode status * set dark mode status when switching pages * add tutorials 13 and 14 * added tutorials to menu * extending read.me with additional information * add table of contents and syntax highlighting (#125) * add table of contents and syntax highlighting * use prism-react-renderer for syntax highlighting * add meta tags * add border color to dark mode toggle Co-authored-by: Markus Paff <[email protected]> * added favicon and changed edit link for tutorials and refs Co-authored-by: Max <[email protected]>
- Loading branch information
Showing
653 changed files
with
34,910 additions
and
131,323 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"presets": ["next/babel"] | ||
} |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"extends": ["next", "next/core-web-vitals"] | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,75 +1,34 @@ | ||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.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 | ||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | ||
|
||
# Compiled binary addons (http://nodejs.org/api/addons.html) | ||
build/Release | ||
|
||
# Dependency directories | ||
node_modules/ | ||
jspm_packages/ | ||
|
||
# Typescript v1 declaration files | ||
typings/ | ||
|
||
# Optional npm cache directory | ||
.npm | ||
|
||
# Optional eslint cache | ||
.eslintcache | ||
|
||
# Optional REPL history | ||
.node_repl_history | ||
# dependencies | ||
/node_modules | ||
/.pnp | ||
.pnp.js | ||
|
||
# Output of 'npm pack' | ||
*.tgz | ||
# testing | ||
/coverage | ||
|
||
# dotenv environment variable files | ||
.env* | ||
# next.js | ||
/.next/ | ||
/out/ | ||
|
||
# gatsby files | ||
.cache/ | ||
public | ||
# production | ||
/build | ||
|
||
# Mac files | ||
# misc | ||
.DS_Store | ||
*.pem | ||
|
||
# Yarn | ||
yarn-error.log | ||
.pnp/ | ||
.pnp.js | ||
# Yarn Integrity file | ||
.yarn-integrity | ||
# debug | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
|
||
# Pycharm files | ||
.idea | ||
# local env files | ||
.env.local | ||
.env.development.local | ||
.env.test.local | ||
.env.production.local | ||
|
||
# Log files from wget | ||
wget-log* | ||
# vercel | ||
.vercel |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
538ca60
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: