diff --git a/docs/assets/020/ergo.png b/docs/assets/020/ergo.png deleted file mode 100644 index b29de5e1..00000000 Binary files a/docs/assets/020/ergo.png and /dev/null differ diff --git a/website/pages/en/index.js b/website/pages/en/index.js index afb1623b..97b66763 100755 --- a/website/pages/en/index.js +++ b/website/pages/en/index.js @@ -105,10 +105,6 @@ const Features = props => ( content: `Create templates for human-readable and machine-executable contracts using Open Source [Cicero](${siteConfig.baseUrl}docs/started-installation.html).`, title: `[![Cicero](${imgUrl('cicero-logo.svg')})](${siteConfig.baseUrl}docs/started-installation.html)`, }, - { - content: `Write executable business logic for legal contracts using the [Ergo](${siteConfig.baseUrl}docs/logic-ergo.html) domain-specific language.`, - title: `[![Ergo](${imgUrl('ergo-logo.svg')})](${siteConfig.baseUrl}docs/logic-ergo.html)`, - }, { content: `Model the data for your contracts in a platform neutral format with the [Concerto](${siteConfig.baseUrl}docs/model-concerto.html) schema language.`, title: `[Concerto](${siteConfig.baseUrl}docs/model-concerto.html)`, @@ -184,21 +180,6 @@ const Model = props => ( ); -const Logic = props => ( - - {[ - { - content: - '
Ergo is a strongly-typed domain specific language designed to capture computational aspects of legal contracts and clauses. Use Ergo to create safe smart legal contract logic.
', - image: imgUrl("../docs/assets/020/ergo.png"), - imageAlt: "Example of an Ergo file", - imageAlign: "left", - title: "Logic" - } - ]} -
-); - const TryOut = props => ( {[ @@ -261,7 +242,6 @@ class Index extends React.Component { - diff --git a/website/static/img/ergo-logo.svg b/website/static/img/ergo-logo.svg deleted file mode 100644 index cfe97fec..00000000 --- a/website/static/img/ergo-logo.svg +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/website/static/img/ergo-vscode.png b/website/static/img/ergo-vscode.png deleted file mode 100644 index 721a2f65..00000000 Binary files a/website/static/img/ergo-vscode.png and /dev/null differ diff --git a/website/versioned_docs/version-0.12/accordproject-tooling.md b/website/versioned_docs/version-0.12/accordproject-tooling.md index 7d3f8ed9..68dfd6bd 100644 --- a/website/versioned_docs/version-0.12/accordproject-tooling.md +++ b/website/versioned_docs/version-0.12/accordproject-tooling.md @@ -13,8 +13,6 @@ This provides syntax highlighting, and error reporting when working on source Er Install the Accord Project extension by visiting the [Visual Studio marketplace](https://marketplace.visualstudio.com/items?itemName=accordproject.accordproject-vscode-plugin). -![VSCode plugin](/img/ergo-vscode.png) - ## Syntax highlighting Languages modes, which provide syntax highlighting for Ergo, also exist for a couple of other editors. diff --git a/website/versioned_docs/version-0.12/accordproject.md b/website/versioned_docs/version-0.12/accordproject.md index a7056b40..543663ac 100644 --- a/website/versioned_docs/version-0.12/accordproject.md +++ b/website/versioned_docs/version-0.12/accordproject.md @@ -54,7 +54,7 @@ A DSL is a computer language that is targeted to a particular kind of problem, r The following screenshot shows the Ergo logic for the acceptance of delivery clause. -![Ergo Logic](/img/ergo-vscode.png) + It is important that a developer and a lawyer can together agree that clauses in a computable legal contract have the same semantics as the equivalent computer code. For that reason, Ergo is intended to be accessible to Lawyers who create the corresponding prose for those computable legal contracts. As a programming language, the Ergo syntax also adheres to programming conventions.