Skip to content

Commit

Permalink
docs(README): sync package docs
Browse files Browse the repository at this point in the history
Signed-off-by: irmerk <[email protected]>
  • Loading branch information
jolanglinais committed Mar 30, 2021
1 parent 3f2e352 commit 87d9d82
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 13 deletions.
65 changes: 52 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,26 +69,65 @@ environment.
`Console` tab to view printed logs and errors, the `Element` tab to
inspect the HTML and CSS, the `Network` tab for network calls, etc).
---
<p align="center">
<a href="https://www.accordproject.org/">
<img src="assets/APLogo.png" alt="Accord Project Logo" width="400" />
</a>
</p>
<p align="center">
<a href="./LICENSE">
<img src="https://img.shields.io/github/license/accordproject/cicero?color=bright-green" alt="GitHub license">
</a>
<a href="https://accord-project-slack-signup.herokuapp.com/">
<img src="https://img.shields.io/badge/Accord%20Project-Join%20Slack-blue" alt="Join the Accord Project Slack"/>
</a>
</p>
Accord Project is an open source, non-profit, initiative working to transform contract management and contract automation by digitizing contracts. Accord Project operates under the umbrella of the [Linux Foundation][linuxfound]. The technical charter for the Accord Project can be found [here][charter].
## Learn More About Accord Project
### [Overview][apmain]
### [Documentation][apdoc]
## Contributing
The Accord Project technology is being developed as open source. All the
software packages are being actively maintained on GitHub and we encourage
organizations and individuals to contribute requirements, documentation,
issues, new templates, and code.
The Accord Project technology is being developed as open source. All the software packages are being actively maintained on GitHub and we encourage organizations and individuals to contribute requirements, documentation, issues, new templates, and code.
Find out what’s coming on our [blog](https://medium.com/@accordhq).
Find out what’s coming on our [blog][apblog].
Join the Accord Project Technology Working Group [Slack channel](https://accord-project-slack-signup.herokuapp.com/) to get involved!
Join the Accord Project Technology Working Group [Slack channel][apslack] to get involved!
For code contributions, read our [contribution guidelines](https://github.com/accordproject/techdocs/blob/master/CONTRIBUTING.md).
For code contributions, read our [CONTRIBUTING guide][contributing] and information for [DEVELOPERS][developers].
ESLint has been integrated with this project to stay consistent with the code
practices we follow. Run `npm run lint` to check errors or `npm run lint:fix` to
fix those errors which ESLint is capable to fix.
### README Badge
## License
Using Accord Project? Add a README badge to let everyone know: [![accord project](https://img.shields.io/badge/powered%20by-accord%20project-19C6C8.svg)](https://www.accordproject.org/)
Accord Project source code files are made available under the [Apache License, Version 2.0](/LICENSE).
Accord Project documentation files are made available under the [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/) (CC-BY-4.0).
```
[![accord project](https://img.shields.io/badge/powered%20by-accord%20project-19C6C8.svg)](https://www.accordproject.org/)
```
## License <a name="license"></a>
Accord Project source code files are made available under the [Apache License, Version 2.0][apache].
Accord Project documentation files are made available under the [Creative Commons Attribution 4.0 International License][creativecommons] (CC-BY-4.0).
Copyright 2018-2019 Clause, Inc. All trademarks are the property of their respective owners. See [LF Projects Trademark Policy](https://lfprojects.org/policies/trademark-policy/).
[linuxfound]: https://www.linuxfoundation.org
[charter]: https://github.com/accordproject/governance/blob/master/accord-project-technical-charter.md
[apmain]: https://accordproject.org/
[apblog]: https://medium.com/@accordhq
[apdoc]: https://docs.accordproject.org/
[apslack]: https://accord-project-slack-signup.herokuapp.com
[contributing]: https://github.com/accordproject/cicero-word-add-in/blob/master/CONTRIBUTING.md
[developers]: https://github.com/accordproject/cicero-word-add-in/blob/master/DEVELOPERS.md
[apache]: https://github.com/accordproject/cicero-word-add-in/blob/master/LICENSE
[creativecommons]: http://creativecommons.org/licenses/by/4.0/
Binary file added assets/APLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 87d9d82

Please sign in to comment.