diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e7f2e4717..0f10053c8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,16 +1,13 @@ version: 2 updates: - # Maintain dependencies for Go - package-ecosystem: "gomod" directory: "/" - target-branch: "preprod" schedule: interval: "weekly" # Maintain dependencies for JS - package-ecosystem: "npm" directory: "/ui/" - target-branch: "preprod" schedule: interval: "weekly" diff --git a/docs/_coverpage.md b/docs/_coverpage.md index 4e9dd7686..b12d77994 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -2,10 +2,10 @@ > Your data. Your blockchain. Your business. -### Open source form builder, workflow design, and document validation. +### Open source form builder, workflow designer, and document validation. Proxeus combines a versatile document automation tool with enterprise
blockchain functionalities, enabling users to more easily digitize their IP. -**[Getting Started](quickstart.md)** +[Getting Started](quickstart.md) [Community Forum](https://github.com/ProxeusApp/community/discussions) diff --git a/docs/_navbar.md b/docs/_navbar.md index 2e63ecc15..4eb12a294 100644 --- a/docs/_navbar.md +++ b/docs/_navbar.md @@ -1,4 +1,4 @@ * [Association](about.md) -* [Handbook](handbook.md) -* [Quickstart](quickstart.md) -* [Architecture](components.md) +* [Quick start](quickstart.md) +* [Configure](configure.md) +* [Deploy](components.md) diff --git a/docs/about.md b/docs/about.md index 60f2d0e30..d3e47ce11 100644 --- a/docs/about.md +++ b/docs/about.md @@ -1,20 +1,13 @@ -# About the Proxeus Association +# The Proxeus Association -The association is the governing body responsible for the maintenance and development of the Proxeus software. We also aim to encourage innovation and evangelize the project by launching and supporting community initiatives as well as creating synergies and partnerships with relevant community projects. +The association is the governing body responsible for the maintenance and development of the Proxeus software. We also aim to encourage innovation and evangelize the project by launching and supporting community initiatives as well as creating synergies and partnerships with relevant community projects. The Association is working to give the project a decentralized structure (DAO) to allow our members to propose guidance on the software. We want to make the Proxeus software the WordPress of the blockchain and democratize the development of blockchain applications. -Governance ----------- +Please visit our [Community Forum](https://github.com/ProxeusApp/community/discussions) if you have any questions about the project, or write to us at association@proxeus.org -The Association is working to give the project a decentralized structure to allow our members to propose guidance on the software. Our mission is to make the Proxeus software the 'WordPress' of the blockchain - in other words, to democratize access, and lower the costs of deployment of small blockchain applications. +Articles of association +----------------------- -Some of the benefits of getting involved with the Association, is the ability to contribute both to day-to-day decisions and plans further out on the roadmap. The easiest way to do this now is to join us on [Open Collective](https://opencollective.com/proxeus). - -See also the [Contributing](contributing) section, and visit our [Community Forum](https://github.com/ProxeusApp/community/discussions) if you have any questions about the project - or write to us at association@proxeus.org - -Statutes --------- - -Proxeus Association is a non-profit association governed by the present statutes and, secondly, by Articles 60 et seq. of the Swiss Civil Code. It is politically neutral, and non-denominational. +Proxeus Association is a non-profit association governed by the present statutes and, secondly, by Articles 60 et seq. of the Swiss Civil Code. It is politically neutral, and non- denominational. OVERVIEW -------- @@ -220,4 +213,4 @@ Fabian MoĢˆsli, Secretary 0x88d2235B15Fb8d0217Fd46ef154766a5D5E4F086 -Vivien Fuhrer, Treasurer +Vivien Fuhrer, Treasurer \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 868147f23..f4bfcee7e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,7 +2,7 @@ - Proxeus Documentation + Proxeus.org diff --git a/docs/quickstart.md b/docs/quickstart.md index a43f8014a..ca440863f 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -2,13 +2,18 @@ A brief installation guide. Find more details and explanation of the configuration settings in [configure.md](configure.md). -**By installing and using the Proxeus software you agree with the terms of the [Proxeus License Agreement](LICENSE).** +_"Proxeus is a platform for quick and convenient document digitalization, signing, processing, and distribution. It allows users to keep their important documents secure and registered on the blockchain. Proxeus empowers anyone to create blockchain applications and is available for free as an open-source project." --[S-Pro](https://s-pro.io/)_ + + + **By installing and using the Proxeus software you agree with the terms of the [Proxeus License Agreement](LICENSE).** _"Proxeus is a platform for quick and convenient document digitalization, signing, processing, and distribution. It allows users to keep their important documents secure and registered on the blockchain. Proxeus empowers anyone to create blockchain applications and is available for free as an open-source project." --[S-Pro](https://s-pro.io/)_ +**By installing and using the Proxeus software you agree with the terms of the [Proxeus License Agreement](LICENSE).** + ## Install docker and docker-compose The quickest way to try Proxeus is to use `docker-compose`.