From 71d5060375c7e344b51acbc5abca23393beb0f36 Mon Sep 17 00:00:00 2001 From: Subhajit Ghosh Date: Wed, 20 Mar 2024 04:58:42 +0000 Subject: [PATCH] Cicero UI -> Web Components Signed-off-by: Subhajit Ghosh --- docs/ref-web-components-overview.md | 9 +++++---- docs/started-resources.md | 12 +++++++----- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/docs/ref-web-components-overview.md b/docs/ref-web-components-overview.md index 004d2e4..bc0ec86 100644 --- a/docs/ref-web-components-overview.md +++ b/docs/ref-web-components-overview.md @@ -7,18 +7,19 @@ Accord Project publishes [React](https://reactjs.org) user interface components You can preview these components in [the project's storybook](https://ap-web-components.netlify.app/). + + ## Contract Editor The Contract Editor component provides a rich-text content editor for contract text with embedded clauses. > Note that the contract editor does not currently support the full expressiveness of Cicero Templates. Please refer to the Limitations section for details. - ### Limitations The contract editor does not support templates which use the following CiceroMark features: -* Lists containing [nested lists](markup-commonmark.md#nested-lists) -* List blocks [list blocks](markup-commonmark.md#list-blocks) +* Lists containing [nested lists](markup-commonmark#nested-lists) +* Templates [list blocks](markup-blocks#list-blocks) ## Error Logger @@ -30,4 +31,4 @@ The Navigation component displays an outline view for a contract, allowing the u ## Library -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. +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. \ No newline at end of file diff --git a/docs/started-resources.md b/docs/started-resources.md index 2e19e4a..915f90e 100644 --- a/docs/started-resources.md +++ b/docs/started-resources.md @@ -8,7 +8,7 @@ title: Resources - The Main Web site includes latest news, links to working groups, organizational announcements, etc. : https://www.accordproject.org - This Technical Documentation: https://docs.accordproject.org - Recording of Working Group discussions, Tutorial Videos are available on Vimeo: https://vimeo.com/accordproject -- Join the [Accord Project Discord](https://discord.com/invite/Zm99SKhhtA) to get involved! +- Join the [Accord Project Slack](https://accord-project-slack-signup.herokuapp.com) to get involved! ## User Content @@ -30,21 +30,23 @@ Accord Project is also developing tools to help with authoring, testing and runn ### User Interface Components -- [Markdown Editor](https://github.com/accordproject/markdown-editor): a general purpose react component for markdown rendering and editing -- [Cicero UI](https://github.com/accordproject/cicero-ui): a library of react components for visualizing, creating and editing Accord Project templates +- [Markdown Editor](https://github.com/accordproject/web-components/tree/master/packages/ui-markdown-editor): a general purpose react component for markdown rendering and editing +- [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. ## Developers Resources 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. -Join us on the [#technology-wg Discord channel](https://discord.com/invite/Zm99SKhhtA) for technical discussions and weekly updates. +Join us on the [#technology-wg Slack channel](https://accord-project-slack-signup.herokuapp.com) for technical discussions and weekly updates. ### Cicero - GitHub: https://github.com/accordproject/cicero +- [Cicero Slack Channel](https://accord-project.slack.com/messages/CA08NAHQS/details/) - Technical Questions and Answers on [Stack Overflow](https://stackoverflow.com/questions/tagged/cicero) ### Ergo - GitHub: https://github.com/accordproject/ergo -- The [Ergo Language Guide](logic-ergo.md) is a good place to get started with Ergo. \ No newline at end of file +- The [Ergo Language Guide](logic-ergo) is a good place to get started with Ergo. +- [Ergo Slack Channel](https://accord-project.slack.com/messages/C9HLJHREG/details/) \ No newline at end of file