{"id":26697490,"url":"https://github.com/simplicitesoftware/documentation","last_synced_at":"2026-04-15T08:32:22.557Z","repository":{"id":282904344,"uuid":"947330987","full_name":"simplicitesoftware/documentation","owner":"simplicitesoftware","description":"Simplicité documentation","archived":false,"fork":false,"pushed_at":"2026-04-08T11:59:13.000Z","size":184395,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-08T13:28:56.382Z","etag":null,"topics":["documentation","documentation-website","low-code","simplicite","simplicitesofware"],"latest_commit_sha":null,"homepage":"https://docs.simplicite.io/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simplicitesoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-12T14:17:53.000Z","updated_at":"2026-04-08T11:59:16.000Z","dependencies_parsed_at":"2025-10-30T17:24:54.279Z","dependency_job_id":null,"html_url":"https://github.com/simplicitesoftware/documentation","commit_stats":null,"previous_names":["simplicitesoftware/docusaurus","simplicitesoftware/documentation"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/simplicitesoftware/documentation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fdocumentation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fdocumentation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fdocumentation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fdocumentation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplicitesoftware","download_url":"https://codeload.github.com/simplicitesoftware/documentation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fdocumentation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31833826,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T07:17:56.427Z","status":"ssl_error","status_checked_at":"2026-04-15T07:17:30.007Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["documentation","documentation-website","low-code","simplicite","simplicitesofware"],"created_at":"2025-03-26T21:19:39.208Z","updated_at":"2026-04-15T08:32:22.524Z","avatar_url":"https://github.com/simplicitesoftware.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simplicité Documentation\n\n## Installation\n\n```\n$ npm install\n```\n\n### Local Development\n\n```\n$ npm run start\n```\n\nThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.\n\n## Deployment\n\nThe documentation is automatically deployed when changes are pushed to the master branch. GitHub Actions will:\n1. Build the documentation\n2. Deploy the updated content to GitHub Pages\n3. Make it available at the public URL\n\nNo manual deployment steps are required - just push your changes to master.\n\n⚠ Build will fail if broken links / anchors are detected\n\n## Creating New Documentation\n\n1. Create a new markdown file (`.md` or `.mdx`) in the appropriate directory under `docs/`.\n2. For images:\n   - Create an `/img/document-name` directory in the same folder as your document\n   - Place related images in this directory\n   - Reference images using relative paths: `![Alt text](./img/document-name/image-name.png)`\n\n### Documentation metadata \n\nMarkdown documents can use the following Markdown [front matter](https://docusaurus.io/docs/markdown-features#front-matter) metadata fields, enclosed by a line --- on either side.\n\nExample : \n```\n---\nid: doc-markdown\ntitle: Docs Markdown Features\nhide_title: false\nhide_table_of_contents: false\nsidebar_label: Markdown\nsidebar_position: 3\npagination_label: Markdown features\ncustom_edit_url: https://github.com/facebook/docusaurus/edit/main/docs/api-doc-markdown.md\ndescription: How do I find you when I cannot solve this problem\nkeywords:\n  - docs\n  - docusaurus\ntags: [docusaurus]\nimage: https://i.imgur.com/mErPwqL.png\nslug: /myDoc\nlast_update:\n  date: 1/1/2000\n  author: custom author name\n---\n```\n\n### Code blocks\n\nYou can add a `title` to the code block by adding a title key after the language (leave a space between them).\n```js\nconsole.log('What a great log');\n```\n\n### Custom title ids : \n\nThe following syntax will allow a link to `[text](/url#my-explicit-id)` instead of the default `[text](/url#hello-world)`\n````\n### Hello World {#my-explicit-id}\n```\n\n### Admonitions\n\nIn addition to the basic Markdown syntax, we have a special admonitions syntax by wrapping text with a set of 3 colons, followed by a label denoting its type. \n\nSee [Admonitions how-to](https://docusaurus.io/docs/markdown-features/admonitions)\n\n\n### See more\n\nhttps://docusaurus.io/docs/category/guides","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplicitesoftware%2Fdocumentation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplicitesoftware%2Fdocumentation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplicitesoftware%2Fdocumentation/lists"}