fix(docs): remove Ergo references and modernise documentation#505
Merged
Conversation
…507) - Fix homepage heroCover hero section styling in custom.css (v3 compatibility) - Remove Ergo as primary feature; replace with TypeScript/Template Logic card - Update Logic ContentBlock: Ergo description -> TypeScript, ergo.png -> template_logic.png - Fix broken /docs/model-concerto internal links -> concerto.accordproject.org/docs/intro - Fix broken image paths in started-hello.md (3x) and tutorial-library.md (1x) - /docs/assets/basic/* -> ./assets/basic/* (Docusaurus v3 relative paths) - Fix empty link [fixed rate loan]() -> https://playground.accordproject.org - Update tutorial-templates.md: logic.ergo -> logic.ts, Ergo code -> TypeScript - Update tutorial-library.md: directory structure logic.ergo -> logic.ts - Update tutorial-create.md: generator output, test runner (cucumber->vitest), and Edit Logic section now documents TypeScript pattern References: accordproject/cicero-template-library#484 Signed-off-by: ChinmayaBiswal7 <chinmayabiswal44@gmail.com> Signed-off-by: ChinmayaBiswal7 <chinmayabiswal777@gmail.com>
Signed-off-by: nonononoonononon <yuangli971@gmail.com>
13 tasks
Signed-off-by: Matt Roberts <7544022+mttrbrts@users.noreply.github.com>
…erences - Remove TOC entries for non-existent sections (Updating Documentation, Technical Documentation) - Remove broken contribute.cla, contribute.updating, contribute.techdocs link defs - Remove broken developers.pullrequest link def (DEVELOPERS.md has no #pullrequest anchor) - Update PR submission paragraph to remove stale CLA/Travis references; mention DCO Closes #515 Signed-off-by: Matt Roberts <code@rbrts.uk>
- Change code fence labels from `ergo` to `concerto` in all files where the block contains Concerto model syntax (not Ergo language): markup-templatemark.md (12 blocks), accordproject-template.md, accordproject-slc.md, tutorial-templates.md, tutorial-studio.md (2 blocks), ref-errors.md, example-eatapple.md - Convert the Ergo logic example in example-eatapple.md to TypeScript using the TemplateLogic class pattern - Rename 'Ergo Formulas' section in markup-ciceromark.md to 'Template Formulas' and update the description - Update tutorial-studio.md prose: remove 'in Ergo', update 'Ergo tab' to 'Logic tab', update 'Ergo engine' to 'template engine'; add note that the tutorial covers legacy Ergo-based templates - Intentional Ergo reference files (ref-ergo-*, logic-*.md, ergo-tutorial.md, ref-migrate-*.md) are left unchanged Signed-off-by: Matt Roberts <code@rbrts.uk>
Updated template.png and template_logic.png in-place using Pillow: - Painted over the 'ERGO' subtitle at the LOGIC vertex - Drew 'TypeScript' in the same position using Arial Bold at matching size and navy colour (#5 0C 40) Closes techdocs-4tw Signed-off-by: Matt Roberts <code@rbrts.uk>
…late_model thumbnails Same Pillow patch applied to the remaining two thumbnail images (template_text.png, template_model.png) which share the same mini triangle layout as template_logic.png. Signed-off-by: Matt Roberts <code@rbrts.uk>
Added beads/bd agent instructions as AGENTS.md. Updated .gitignore to exclude .dolt/ and *.db files created by bd init. Signed-off-by: Matt Roberts <code@rbrts.uk>
Rewrote example-eatapple.md to use a more representative late payment clause example with TypeScript logic. Also added ref-migrate-concerto-3.0-4.0.md migration guide. Signed-off-by: Matt Roberts <code@rbrts.uk>
- Updated homepage hero text and Features section with logo images for TypeScript and Concerto - Disabled stale 'Who's Using This?' showcase section - Removed outdated footer links (Stack Overflow, Twitter, Medium blog) - Updated image paths from /docs/assets/020/ to /img/ - Added template.png, template_logic.png, template-playground.png, concerto-logo.svg, typescript-logo.svg to website/static/img/ - Updated grammar.png and studio.png - Replaced blockchain reference in homepage copy - Updated GitHub star button to point to template-archive repo Signed-off-by: Matt Roberts <code@rbrts.uk>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Removes all remaining references to Ergo across the Accord Project documentation, replacing them with TypeScript and Concerto equivalents. Also modernises the homepage, footer, and example content to reflect the current state of the project.
Changes
Documentation
CONTRIBUTING.mdergocode fence labels across 8 docs files toconcertoortypescriptas appropriatemarkup-ciceromark.mdtutorial-studio.mdto reference the "Logic tab" and "template engine" rather than Ergoexample-eatapple.mdImages
template.png,template_logic.png,template_text.png,template_model.png) to replace the "ERGO" label with "TypeScript"Website
/docs/assets/020/to/img/and added updated assets (grammar, studio, template playground screenshot)template-archiverepoHousekeeping
AGENTS.mdwith beads/bd agent workflow instructions.dolt/and*.dbto.gitignoreFlags
docs/assets/advanced/(tutorial-studio walkthrough images) are left as-is;tutorial-studio.mdnow carries an admonition noting it describes a legacy Ergo workflow.docs/ref-migrate-concerto-3.0-4.0.mdis included as a stub — content to be expanded in a follow-up.Author Checklist
--signoff)type(scope): description)mainfrommr-remove-ergo