You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
760 B
17 lines
760 B
6 years ago
|
Documentation is hosted at https://docs.openzeppelin.com/contracts.
|
||
6 years ago
|
|
||
|
All of the content for the site is in this repository. The guides are in the
|
||
|
[docs](/docs) directory, and the API Reference is extracted from comments in
|
||
|
the source code. If you want to help improve the content, this is the
|
||
|
repository you should be contributing to.
|
||
|
|
||
6 years ago
|
[`solidity-docgen`](https://github.com/OpenZeppelin/solidity-docgen) is the
|
||
6 years ago
|
program that extracts the API Reference from source code.
|
||
|
|
||
6 years ago
|
The [`docs.openzeppelin.com`](https://github.com/OpenZeppelin/docs.openzeppelin.com)
|
||
|
repository hosts the configuration for the entire site, which includes
|
||
4 years ago
|
documentation for all of the OpenZeppelin projects.
|
||
6 years ago
|
|
||
5 years ago
|
To run the docs locally you should run `npm run docs:watch` on this
|
||
6 years ago
|
repository.
|