Skip to content

Commit cd9460e

Browse files
authored
Rearrange docs (#11)
1 parent 9fa17af commit cd9460e

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ You can find documentation for all of the functions in this library in [the docs
8282
GitHub Actions Toolkit documentation is stored in a few places:
8383

8484
1. Module documentation is [published on Pursuit](https://pursuit.purescript.org/packages/purescript-github-actions-toolkit).
85-
2. Written documentation and [the changelog](./docs/CHANGELOG.md) are kept in [the docs directory](./docs).
85+
2. Written documentation is in [the docs directory](./docs).
8686

8787
For a usage example, see the [Hello World PureScript Action template](https://github.com/colinwahl/hello-world-purescript-action). For a real-world action that uses these bindings, see [Setup PureScript](https://github.com/purescript-contrib/setup-purescript).
8888

@@ -97,6 +97,6 @@ You can contribute to GitHub Actions Toolkit in several ways:
9797

9898
1. If you encounter a problem or have a question, please [open an issue](https://github.com/purescript-contrib/purescript-github-actions-toolkit/issues). We'll do our best to work with you to resolve or answer it.
9999

100-
2. If you would like to contribute code, tests, or documentation, please [read the contributor guide](./.github/CONTRIBUTING.md). It's a short, helpful introduction to contributing to this library, including development instructions.
100+
2. If you would like to contribute code, tests, or documentation, please [read the contributor guide](CONTRIBUTING.md). It's a short, helpful introduction to contributing to this library, including development instructions.
101101

102102
3. If you have written a library, tutorial, guide, or other resource based on this package, please share it on the [PureScript Discourse](https://discourse.purescript.org)! Writing libraries and learning resources are a great way to help this library succeed.

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GitHub Actions Toolkit Documentation
22

3-
This directory contains documentation for GitHub Actions Toolkit. If you are interested in contributing new documentation, please read the [contributor guidelines](../.github/CONTRIBUTING.md) and [What Nobody Tells You About Documentation](https://documentation.divio.com) for help getting started.
3+
This directory contains documentation for GitHub Actions Toolkit. If you are interested in contributing new documentation, please read the [contributor guidelines](../CONTRIBUTING.md) and [What Nobody Tells You About Documentation](https://documentation.divio.com) for help getting started.
44

55

66
## Table of Contents

0 commit comments

Comments
 (0)