Killing off the ID field

Killing off the ID field
This commit is contained in:
s0lray
2018-10-07 16:50:13 -04:00
parent bad64827b0
commit dabce86c6f
2 changed files with 1 additions and 5 deletions
+1 -4
View File
@@ -27,21 +27,18 @@ Feedback or new tool suggestions are extremely welcome! Please feel free to sub
### Contribute with a GitHub Pull Request
For new resources, please ensure that the site is available for public and free use.
<ol start="1">
<li>Note the next available ID listed in the description field on the OSINT Framework folder. This can be found at the bottom of arf.json</li>
<li>Update the arf.json file in the format shown below. If this isn't the first entry for a folder, add a comma to the last closing brace of the previous entry.</li>
</ol>
```
{
"id": "####",
"name": "Example Name",
"type": "url",
"url": "http://example.com"
}
```
<ol start="3">
<li>Update the next available ID in the OSINT Framework description field.</li>
<ol start="2">
<li>Submit pull request!</li>
</ol>
-1
View File
@@ -7040,5 +7040,4 @@
],
"name": "OSINT Framework",
"type": "folder",
"desc": "Next Available ID: 1368"
}