diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 59f43ebd..d8498999 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -16,6 +16,7 @@ jobs: node-version: 20.x - name: Install commitlint run: | + npm install -g @commitlint/config-conventional@^18 conventional-changelog-atom @commitlint/types@^18 npm install -g @commitlint/cli@^18 - name: Validate all commits from PR run: npx commitlint --config .github/config/commitlint.config.js --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose diff --git a/docs/README.md b/docs/README.md index 9a988214..39e8d635 100644 --- a/docs/README.md +++ b/docs/README.md @@ -44,9 +44,11 @@ Collaborate with us to advance the FHE spaces and drive innovation together. - [Contribute to fhEVM](developer/contribute.md) - [Follow the development roadmap](developer/roadmap.md) + - [See the latest test release note](https://github.com/zama-ai/fhevm-backend/releases) - [Request a feature](https://github.com/zama-ai/fhevm-backend/issues/new) - [Report a bug](https://github.com/zama-ai/fhevm-backend/issues/new) + --- diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index edeafa64..58a5968b 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -40,7 +40,7 @@ - [Blockchain](fundamentals/tkms/blockchain.md) - [Threshold protocol](fundamentals/tkms/threshold.md) - [Zama's TKMS](fundamentals/tkms/zama.md) -- [Glossary](getting_started/glossary.md) +- [Glossary](fundamentals/glossary.md) ## Guides diff --git a/docs/fundamentals/fhevm/execution.md b/docs/fundamentals/fhevm/execution.md new file mode 100644 index 00000000..a2e753b6 --- /dev/null +++ b/docs/fundamentals/fhevm/execution.md @@ -0,0 +1 @@ +# Execution