Skip to content

Commit 71d5060

Browse files
committed
Cicero UI -> Web Components
Signed-off-by: Subhajit Ghosh <[email protected]>
1 parent 38bddb7 commit 71d5060

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

docs/ref-web-components-overview.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,19 @@ Accord Project publishes [React](https://reactjs.org) user interface components
77

88
You can preview these components in [the project's storybook](https://ap-web-components.netlify.app/).
99

10+
11+
1012
## Contract Editor
1113

1214
The Contract Editor component provides a rich-text content editor for contract text with embedded clauses.
1315

1416
> Note that the contract editor does not currently support the full expressiveness of Cicero Templates. Please refer to the Limitations section for details.
15-
1617
### Limitations
1718

1819
The contract editor does not support templates which use the following CiceroMark features:
1920

20-
* Lists containing [nested lists](markup-commonmark.md#nested-lists)
21-
* List blocks [list blocks](markup-commonmark.md#list-blocks)
21+
* Lists containing [nested lists](markup-commonmark#nested-lists)
22+
* Templates [list blocks](markup-blocks#list-blocks)
2223

2324
## Error Logger
2425

@@ -30,4 +31,4 @@ The Navigation component displays an outline view for a contract, allowing the u
3031

3132
## Library
3233

33-
The Library component displays a vertical list of library item metadata, and allows the user to add an instance of a library item to a contract.
34+
The Library component displays a vertical list of library item metadata, and allows the user to add an instance of a library item to a contract.

docs/started-resources.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Resources
88
- The Main Web site includes latest news, links to working groups, organizational announcements, etc. : https://www.accordproject.org
99
- This Technical Documentation: https://docs.accordproject.org
1010
- Recording of Working Group discussions, Tutorial Videos are available on Vimeo: https://vimeo.com/accordproject
11-
- Join the [Accord Project Discord](https://discord.com/invite/Zm99SKhhtA) to get involved!
11+
- Join the [Accord Project Slack](https://accord-project-slack-signup.herokuapp.com) to get involved!
1212

1313
## User Content
1414

@@ -30,21 +30,23 @@ Accord Project is also developing tools to help with authoring, testing and runn
3030

3131
### User Interface Components
3232

33-
- [Markdown Editor](https://github.com/accordproject/markdown-editor): a general purpose react component for markdown rendering and editing
34-
- [Cicero UI](https://github.com/accordproject/cicero-ui): a library of react components for visualizing, creating and editing Accord Project templates
33+
- [Markdown Editor](https://github.com/accordproject/web-components/tree/master/packages/ui-markdown-editor): a general purpose react component for markdown rendering and editing
34+
- [Contract Editor](https://github.com/accordproject/web-components/tree/master/packages/ui-contract-editor): a rich-text content editor for contract text with embedded clauses.
3535

3636
## Developers Resources
3737

3838
All the Accord Project technology is being developed as open source. The software packages are being actively maintained on [GitHub](https://github.com/accordproject) and we encourage organizations and individuals to contribute requirements, documentation, issues, new templates, and code.
3939

40-
Join us on the [#technology-wg Discord channel](https://discord.com/invite/Zm99SKhhtA) for technical discussions and weekly updates.
40+
Join us on the [#technology-wg Slack channel](https://accord-project-slack-signup.herokuapp.com) for technical discussions and weekly updates.
4141

4242
### Cicero
4343

4444
- GitHub: https://github.com/accordproject/cicero
45+
- [Cicero Slack Channel](https://accord-project.slack.com/messages/CA08NAHQS/details/)
4546
- Technical Questions and Answers on [Stack Overflow](https://stackoverflow.com/questions/tagged/cicero)
4647

4748
### Ergo
4849

4950
- GitHub: https://github.com/accordproject/ergo
50-
- The [Ergo Language Guide](logic-ergo.md) is a good place to get started with Ergo.
51+
- The [Ergo Language Guide](logic-ergo) is a good place to get started with Ergo.
52+
- [Ergo Slack Channel](https://accord-project.slack.com/messages/C9HLJHREG/details/)

0 commit comments

Comments
 (0)