Skip to content

Commit

Permalink
chore(docs): Update the docs homepage to match repo README (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Jul 29, 2023
2 parents cdb5741 + ac4c408 commit 1d33006
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
strategy:
matrix:
node: ['12.14.0']
node: ['16']

steps:
- name: Checkout the project
Expand Down
13 changes: 6 additions & 7 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Sage Directives

![Package Version](https://img.shields.io/packagist/v/log1x/sage-directives.svg?style=flat-square)
![Build Status](https://img.shields.io/circleci/build/gh/Log1x/sage-directives.svg?style=flat-square)
![Latest Version](https://img.shields.io/packagist/v/log1x/sage-directives.svg?style=flat-square)
![Total Downloads](https://img.shields.io/packagist/dt/log1x/sage-directives.svg?style=flat-square)
![Build Status](https://img.shields.io/github/actions/workflow/status/log1x/sage-directives/main.yml?branch=master&style=flat-square)

Sage Directives is a simple Composer package adding a variety of useful Blade directives for use with Sage 9 including directives for WordPress, ACF, and various miscellaneous helpers.
Sage Directives is a simple Composer package adding a variety of useful Blade directives for use with Sage 10 including directives for WordPress, ACF, and various miscellaneous helpers.

## Requirements

- [Sage](https://github.com/roots/sage) >= 9.0
- [PHP](https://secure.php.net/manual/en/install.php) >= 7.1.3
- [Sage](https://github.com/roots/sage) >= 10.0
- [PHP](https://secure.php.net/manual/en/install.php) >= 8.1
- [Composer](https://getcomposer.org/download/)

## Installation
Expand All @@ -25,7 +25,6 @@ $ composer require log1x/sage-directives
```bash
$ yarn install
$ yarn run docs:build
$ yarn run docs:dev
```

## Support
Expand All @@ -45,4 +44,4 @@ I work on Sage Directives entirely in my free time. If Sage Directives has helpe

## License

Sage Directives is provided under the [MIT License](https://github.com/log1x/sage-directives/blob/master/LICENSE).
Sage Directives is provided under the [MIT License](https://github.com/log1x/sage-directives/blob/master/LICENSE.md).

0 comments on commit 1d33006

Please sign in to comment.