Skip to content

Commit

Permalink
fix: md files
Browse files Browse the repository at this point in the history
  • Loading branch information
SlayerAnsh committed May 22, 2024
1 parent b252840 commit b0d6b7f
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 50 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "Documentation"
on:
pull_request:
# The specific activity types are listed here to include "labeled" and "unlabeled"
# (which are not included by default for the "pull_request" trigger).
# This is needed to allow skipping enforcement of the changelog in PRs with specific labels,
# as defined in the (optional) "skipLabels" property.
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
branches:
- development
- main

jobs:
# Enforces the update of a changelog file on every pull request
changelog:
runs-on: ubuntu-latest
steps:
- uses: dangoslen/changelog-enforcer@v3
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@ The Andromeda.js repository contains two packages:
[License](https://github.com/andromedaprotocol/andromeda-core/blob/development/LICENSE/LICENSE.md)

[Terms and Conditions](TERMS_AND_CONDITIONS.md)


85 changes: 43 additions & 42 deletions TERMS_AND_CONDITIONS.md

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions packages/andrjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ Please check the [docs](https://docs.andromedaprotocol.io/andromeda.js/) for not

Queries that can be performed on Andromeda ADOs using GraphQL. Documentation on the different queries can be found [here](https://docs.andromedaprotocol.io/andromeda.js/queries/graphql-queries).


## Terms and Conditions

[Terms and Conditions](/TERMS_AND_CONDITIONS.md)

3 changes: 1 addition & 2 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ GQL_URL='https://your_gql_url' npm run dev

You can also use gql commands to get and update gql url. run `gql url --help` to learn more about the commands.


## Terms and Conditions

[Terms and Conditions](/TERMS_AND_CONDITIONS.md)
[Terms and Conditions](/TERMS_AND_CONDITIONS.md)
3 changes: 1 addition & 2 deletions packages/gql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ For external projects, like a React project, navigate to the `gql` package direc

We might be able to reference this package using a GitHub link in the future. However, this hasn't been tested yet, so it's not recommended for now.


## Terms and Conditions

[Terms and Conditions](/TERMS_AND_CONDITIONS.md)
[Terms and Conditions](/TERMS_AND_CONDITIONS.md)

0 comments on commit b0d6b7f

Please sign in to comment.