Skip to content

Commit efde91e

Browse files
authoredApr 8, 2021
fix: minor cleanup of the repository (redhat-developer#74)
* fix: minor cleanup of the repository * fix: add vscode settings for schemas * fix: add root level scripts
1 parent 27af820 commit efde91e

9 files changed

+25
-175
lines changed
 

‎.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
.idea
22
*/target
3+
node_modules
4+
package-lock.json
5+
tmp

‎.old/common/creating-kafka.adoc

-53
This file was deleted.

‎.old/service-binding/README.adoc

-111
This file was deleted.

‎.old/service-binding/service-binding.quickstart-metadata.yml

-2
This file was deleted.

‎.vscode/settings.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"yaml.schemas": {
3+
"./quickstart.schema.json": ["**/quickstart.yaml"],
4+
}
5+
}

‎README.adoc

+4-6
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@
22

33
= {PRODUCT} Guides & Samples
44

5+
== Guides
6+
57
* link:./getting-started[The Getting Started Guide]
68
* link:./rhoas-cli[Using the RHOAS CLI]
79
* link:./quarkus-kafka[Using {PRODUCT} with Quarkus]
810
* link:./kafkacat[Using {PRODUCT} with Kafkacat]
911
* link:./kafka-bin-scripts[Using {PRODUCT} with Kafka Bin Scripts]
1012
* link:./service-binding[Using Service Binding with {PRODUCT}]
1113

12-
== Old Content
14+
== Contributing
1315

14-
* link:./.old/common/creating-kafka.adoc[OLD Creating Kafka using CLI]
15-
* link:./.old/quarkus-kafka/README.adoc[Quarkus Application with Managed Kafka]
16-
* link:./.old/kafkacat/README.adoc[Kafkacat with Managed Kafka]
17-
* link:./.old/kafka-bin-scripts/README.adoc[Kafka Bin Scripts with Managed Kafka]
18-
* link:./.old/service-binding/README.adoc[Service Binding Operator with Kafka]
16+
* link:./Contributing[Creating new guide]

‎package-lock.json

-3
This file was deleted.

‎package.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "guides",
3+
"version": "0.1.0",
4+
"private": true,
5+
"description": "Guides private package",
6+
"scripts": {
7+
"start": "cd .build && npm install && npm run start:dev"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/bf2fc6cc711aee1a0c2a/guides.git"
12+
}
13+
}

‎temp.html

Whitespace-only changes.

0 commit comments

Comments
 (0)
Please sign in to comment.