Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace links and references to Template Studio with Template Playground #422

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/accordproject-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ The Accord Project Community is developing several working groups focusing on di

A primary purpose of the working groups is to develop a universally accessible and widely used open source library of modular, smart legal contracts, smart templates and models that reflect input from the community. Smart legal contract templates are built according to the Project’s [Cicero Specification](https://github.com/accordproject/cicero).

Members can provide feedback into the templates and models relevant to a particular working group. You can immediately start contributing smart legal contract templates and models by using the Accord Project’s [Template Studio](https://studio.accordproject.org/).
Members can provide feedback into the templates and models relevant to a particular working group. You can immediately start contributing smart legal contract templates and models by using the Accord Project’s [Template Playground](https://playground.accordproject.org/).

The Accord Project has developed an easy-to-use programming language for building and executing smart legal contracts called Ergo. The goals of Ergo are to be accessible and usable by non-technical professionals, portable across, and compatible with, a variety of environments such as SaaS platforms and different blockchains, and meeting security, safety, and other requirements.

You can use the Accord Project’s [Template Studio](https://studio.accordproject.org/) to create and test your smart legal contracts.
You can use the Accord Project’s [Template Playground](https://playground.accordproject.org/) to create and test your smart legal contracts.

2 changes: 1 addition & 1 deletion docs/accordproject-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ Let's look at each component of the template triangle, starting with the text.

### What next?

Build your first smart legal contract templates, either [online](tutorial-studio.md) with Template Studio, or by [installing Cicero](started-installation.md).
Build your first smart legal contract templates, either [online](https://playground.accordproject.org/) with Template Playground, or by [installing Cicero](started-installation.md).

Explore [sample templates](started-resources.md) and other resources in the rest of this documentation.

Expand Down
32 changes: 0 additions & 32 deletions docs/accordproject-tour.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/accordproject.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ There is a welcoming community on Discord that is eager to help. [Join our Commu

## About this documentation

If you are new to Accord Project, you may want to first read about the notion of [Smart Legal Contracts](accordproject-slc.md) and about [Accord Project Templates](accordproject-template.md). We also recommend taking the [Online Tour](accordproject-tour.md).
If you are new to Accord Project, you may want to first read about the notion of [Smart Legal Contracts](accordproject-slc.md) and about [Accord Project Templates](accordproject-template.md).

To start using Accord Project templates, follow the [Install Cicero](https://docs.accordproject.org/docs/next/started-installation.html) instructions in the _Getting Started_ Section of the documentation.

Expand Down
2 changes: 1 addition & 1 deletion docs/started-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Accord Project is also developing tools to help with authoring, testing and runn

### Editors

- [Template Studio](https://studio.accordproject.org/): a Web-based editor for Accord Project templates
- [Template Playground](https://playground.accordproject.org/): a Web-based editor for Accord Project templates
- [VSCode Extension](https://marketplace.visualstudio.com/items?itemName=accordproject.cicero-vscode-extension): an Accord Project extension to the popular [Visual Studio Code](https://visualstudio.microsoft.com/) Editor
- [Emacs Mode](https://github.com/accordproject/ergo/tree/master/ergo.emacs): Emacs Major mode for Ergo (alpha)
- [VIM Plugin](https://github.com/accordproject/ergo/tree/master/ergo.vim): VIM plugin for Ergo (alpha)
Expand Down
271 changes: 0 additions & 271 deletions docs/tutorial-studio.md

This file was deleted.

6 changes: 0 additions & 6 deletions website/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
"accordproject-template": {
"title": "Accord Project Templates"
},
"accordproject-tour": {
"title": "Online Tour"
},
"accordproject": {
"title": "Overview"
},
Expand Down Expand Up @@ -137,9 +134,6 @@
"tutorial-nodejs": {
"title": "With Node.js"
},
"tutorial-studio": {
"title": "With Template Studio"
},
"tutorial-templates": {
"title": "Templates Deep Dive"
},
Expand Down
1 change: 0 additions & 1 deletion website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading