Skip to content

Commit ccdb335

Browse files
Update docs
1 parent cbae345 commit ccdb335

File tree

5 files changed

+1182
-1239
lines changed

5 files changed

+1182
-1239
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This command starts a local development server and open up a browser window. Mos
2222
### Build
2323

2424
```
25-
$ npm build
25+
$ npx docusaurus build
2626
```
2727

2828
This command generates static content into the `build` directory and can be served using any static contents hosting service.

docs/support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Support operates weekdays (Australian Western Standard Time) with some coverage
3737

3838
Our products are ideal for organizations or professionals who need tools with dependable support. _You are encouraged to test the software yourself before purchasing, as not all usage scenarios are supported._
3939

40-
Contact **support {at} certifytheweb.com** if you have questions about the products.
40+
Contact **support at certifytheweb.com** if you have questions about the products.
4141

4242
## Help from Solution Partners
4343

@@ -50,5 +50,5 @@ If you are a solution partner providing consultancy and have a question, please
5050
## Community Support
5151
All users of the free Community Edition are encouraged to join our community forum: <a href="https://community.certifytheweb.com" target="_blank">community.certifytheweb.com</a>
5252

53-
If there is a general bug or feature request you'd like to discuss in public, you can create a new issue against our <a href="https://github.com/webprofusion/certify/issues" target="_blank">GitHub project</a> or discuss on the community forum.
53+
If there is a general bug or feature request (you'd like to discuss in public, you can create a new issue against our <a href="https://github.com/webprofusion/certify/issues" target="_blank">GitHub project</a> (not used for support requests) or discuss on the community forum.
5454

docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ module.exports = {
8888
label: 'certifytheweb.com',
8989
href: 'https://certifytheweb.com',
9090
},
91+
{
92+
label: 'Become A Solution Partner',
93+
to: 'docs/partners',
94+
}
9195
],
9296
},
9397
{

0 commit comments

Comments
 (0)