Skip to content

Commit 5a318d9

Browse files
committed
Remove cheat sheet
1 parent f7a5149 commit 5a318d9

File tree

6 files changed

+1
-387
lines changed

6 files changed

+1
-387
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ readmes
2323
/static/assets/roboto/
2424
/static/assets/tabler-icons/
2525
/static/assets/kolibri.ico
26-
/static/cheat-sheet/
2726
/static/assets/components-esm
2827
/static/assets/themes
2928

docs/10-get-started/1-first-steps.mdx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@ import { KolAlert, KolLink } from '@public-ui/react';
22

33
# Erste Schritte
44

5-
<div className="grid md:grid-cols-12 mb-4">
6-
<KolAlert _label="Cheat Sheet herunterladen" _level="2" _type="info" _variant="card">
7-
<KolLink
8-
_label="Klicken Sie hier, um sich das Cheat-Sheet zum Entwickeln anzuschauen und herunterzuladen."
9-
_href="https://public-ui.github.io/cheat-sheet/"
10-
_target="_blank"
11-
/>
12-
</KolAlert>
13-
</div>
14-
155
<KolAlert _type="warning" _variant="card">
166
Für Projekt im ITZBund gibt es ein vorgegebenes Seed-Projekt, welches über die internen Kommunikationswege angefragt
177
werden kann.

i18n/en/docusaurus-plugin-content-docs/current/10-get-started/1-first-steps.mdx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@ import {KolAlert, KolLink,} from '@public-ui/react';
22

33
# First steps
44

5-
<div class="grid md:grid-cols-12 mb-4">
6-
<KolAlert _label="Download Cheat Sheet" _level="2" _type="info" _variant="card">
7-
<KolLink
8-
_label="Click here to view and download the cheat sheet for developing."
9-
_href="https://public-ui.github.io/cheat-sheet/"
10-
_target="_blank"
11-
/>
12-
</KolAlert>
13-
</div>
14-
155
## Create a new project
166

177
A new project can be created quickly using the command line wizard.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"docusaurus": "npm run gen:doc && docusaurus",
88
"start": "npm run gen:doc && docusaurus start --no-open",
99
"startonly": "docusaurus start --no-open",
10-
"build": "rimraf build && node scripts/cheat-sheet.js && npm run gen:doc && cpy \"backup/**\" \"readmes\" && docusaurus build && node scripts/update.meta.js && node scripts/minify.js && node scripts/sitemap.en.js",
10+
"build": "rimraf build && npm run gen:doc && cpy \"backup/**\" \"readmes\" && docusaurus build && node scripts/update.meta.js && node scripts/minify.js && node scripts/sitemap.en.js",
1111
"swizzle": "npm run gen:doc && docusaurus swizzle",
1212
"deploy": "npm run gen:doc && docusaurus deploy",
1313
"clear": "npm run gen:doc && docusaurus clear",

0 commit comments

Comments
 (0)