Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d418b75

Browse files
committed
Fix HTML syntax error and add yarn serve command
1 parent d2c84cb commit d418b75

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

docs/programs/welcome-to-hackerone-docs.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,17 @@ bookIndexFor: "programs"
88
Are you launching a new program or wanting to learn more about a feature on HackerOne? You're in the right place. These guides will help you to understand the product so that you can easily navigate through your hacker-powered security program. Check out the sections on the left to learn more.
99

1010
To help you get started, take a look at these docs:
11-
* [Choosing the right product](/programs/overview.html)<br>HackerOne offers 3 different products. Choose which one best fits your needs.</br>
12-
* [Starting a Program](/programs/program-start-up-guide.html)<br>Learn how to start-up your program.</br>
13-
* [Configure your bounty program settings](/programs/start-h1-bounty.html)<br>Set up all of your settings so that your program can be up and running.</br>
11+
12+
* [Choosing the right product](/programs/overview.html)
13+
14+
HackerOne offers 3 different products. Choose which one best fits your needs.
15+
16+
* [Starting a Program](/programs/program-start-up-guide.html)
17+
18+
Learn how to start-up your program.
19+
20+
* [Configure your bounty program settings](/programs/start-h1-bounty.html)
21+
22+
Set up all of your settings so that your program can be up and running.
1423

1524
See something that can be improved on the doc site? [Make a suggestion](/programs/edit-the-doc-site.html)!

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"develop": "gatsby develop",
3333
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\"",
3434
"lint": "./node_modules/.bin/eslint --ext .js,.jsx --ignore-pattern public .",
35+
"serve": "gatsby serve",
3536
"test": "echo \"Error: no test specified\" && exit 1"
3637
},
3738
"devDependencies": {

0 commit comments

Comments
 (0)