From 96116fd0309c7ea513b53793960e5e61a6fd303c Mon Sep 17 00:00:00 2001 From: Julien-devatom Date: Sun, 3 Mar 2024 21:46:59 +0100 Subject: [PATCH 1/2] fix(ci): remove autodoc CI --- .github/workflows/ci-docs-autogen.yml | 32 --------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .github/workflows/ci-docs-autogen.yml diff --git a/.github/workflows/ci-docs-autogen.yml b/.github/workflows/ci-docs-autogen.yml deleted file mode 100644 index 0de0585af..000000000 --- a/.github/workflows/ci-docs-autogen.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: Autogenerated documentation - -on: - push: - branches: - - main - -permissions: - id-token: write # This is required for requesting the JWT - contents: read # This is required for actions/checkout - -jobs: - forge-docs: - runs-on: ubuntu-latest - environment: - name: docs - url: https://developers.morpho.xyz - - steps: - - uses: actions/checkout@v3 - with: - submodules: recursive - - - name: Generate & upload forge docs - uses: morpho-labs/foundry-docs-aws@v1.1.1 - with: - aws-s3-bucket: ${{ secrets.AWS_S3_BUCKET }} - aws-cloudfront-distribution-id: ${{ secrets.AWS_CLOUDFRONT_DISTRIBUTION_ID }} - role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }} - role-session-name: ${{ vars.AWS_SESSION_NAME }} - aws-region: ${{ secrets.AWS_REGION }} - s3-acl: private \ No newline at end of file From d44b0540adc0579ce5f0969ca703f231b029e638 Mon Sep 17 00:00:00 2001 From: MathisGD Date: Mon, 4 Mar 2024 11:20:01 +0100 Subject: [PATCH 2/2] docs: update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd7180402..823af6aec 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,7 @@ It also interacts with `RewardsManager`, which manages the underlying pool's rew - [White Paper](https://whitepaper.morpho.org) - [Yellow Paper](https://yellowpaper.morpho.org/) -- [Morpho Documentation](https://docs.morpho.org) -- [Morpho Developers Documentation](https://developers.morpho.org) +- [Morpho Documentation](https://docs.morpho.org/concepts/morpho-optimizers) --- @@ -52,6 +51,7 @@ It also interacts with `RewardsManager`, which manages the underlying pool's rew All audits are stored in the [audits](./audits/)' folder. --- + ## Bug bounty A bug bounty is open on Immunefi. The rewards and scope are defined [here](https://immunefi.com/bounty/morpho/).