Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit c3409b6

Browse files
author
dpatanin
committed
improved messages and message icons
1 parent 97a860e commit c3409b6

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/developer-guide/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ make run
8989
## How to add a New Security Scanner
9090

9191
### ScanType Definition
92-
> 🔧 **Following...**
92+
> **Following...**
9393
9494
### Parsing SDK
9595

@@ -99,19 +99,19 @@ make run
9999
4. Run the test suite: `npm test`
100100

101101
## How to Integrate a New Hook
102-
> 🔧 **Following...**
102+
> **Following...**
103103
104104
### HookType Definition
105-
> 🔧 **Following...**
105+
> **Following...**
106106
107107
### Hook SDK
108-
> 🔧 **Following...**
108+
> **Following...**
109109
110110
## Guidelines
111-
> 🔧 **Following...**
111+
> **Following...**
112112
113113
### Coding Guidelines
114-
> 🔧 **Following...**
114+
> **Following...**
115115
116116
#### JSON
117117

docs/user-guide/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Using the secureCodeBox
22

3-
> 🔧 **Page under construction.**
3+
> **Page under construction.**

hooks/update-field/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ Installing the _Update Field_ hook will add a ReadOnly Hook to your namespace.
1717
helm upgrade --install ufh ./hooks/update-field/ --set attribute.name="category" --set attribute.value="my-own-category"
1818
```
1919

20-
> 🔧 The secureCodeBox core team is working on this, we will keep you informed.
20+
> ✍ This documentation is currently work-in-progress.

0 commit comments

Comments
 (0)