From 6c056bb2043af6e82f06fdfa509ab3fa0d5e5d06 Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Wed, 19 Aug 2020 16:52:40 +0200 Subject: [PATCH] docs: update repository templates --- .github/ISSUE_TEMPLATE/config.yml | 9 +++------ .github/workflows/milestone.yml | 31 ------------------------------- README.md | 2 ++ 3 files changed, 5 insertions(+), 37 deletions(-) delete mode 100644 .github/workflows/milestone.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 68a80cae4..15297bc97 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,14 +1,11 @@ blank_issues_enabled: false contact_links: - - - name: ORY Community + - name: ORY Community url: https://community.ory.sh/ about: Please ask and answer questions here. - - - name: ORY Chat + - name: ORY Chat url: https://www.ory.sh/chat about: Hang out with other ORY community members and ask and answer questions. - - - name: ORY Enterprise Contact + - name: ORY Enterprise Contact url: https://www.ory.sh/contact about: Jared will help you with your enterprise-related inquiries. diff --git a/.github/workflows/milestone.yml b/.github/workflows/milestone.yml deleted file mode 100644 index 8092787fa..000000000 --- a/.github/workflows/milestone.yml +++ /dev/null @@ -1,31 +0,0 @@ -name: Generate and Publish Milestone Document - -on: - workflow_dispatch: - issues: - types: [opened, closed, edited, demilestoned, milestoned, reopened, assigned, unassigned, labeled, unlabeled] - pull_request: - types: [opened, closed, edited, demilestoned, milestoned, reopened, assigned, unassigned, labeled, unlabeled] - -jobs: - milestone: - name: Generate and Publish Milestone Document - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v2 - with: - token: ${{ secrets.TOKEN_PRIVILEGED }} - - name: Milestone Documentation Generator - uses: ory/milestone-action@v0 - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - outputFile: docs/docs/milestones.md - - name: Commit Milestone Documentation - uses: EndBug/add-and-commit@v4.4.0 - with: - message: "autogen(docs): update milestone document" - author_name: aeneasr - author_email: "3372410+aeneasr@users.noreply.github.com" - env: - GITHUB_TOKEN: ${{ secrets.TOKEN_PRIVILEGED }} diff --git a/README.md b/README.md index feff42d3a..cd4d50707 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,7 @@ TheCrealm. + ### Installation Head over to the documentation to learn about ways of [installing ORY Keto](https://www.ory.sh/docs/next/keto/install). @@ -259,6 +260,7 @@ to perform a certain action on a resource. + ### Examples The [ory/examples](https://github.com/ory/examples) repository contains numerous examples of setting up this project and combining it with other services from the ORY Ecosystem.