From 939000b9b3b00581ac34da5343acbad710632583 Mon Sep 17 00:00:00 2001 From: Mark Griffiths Date: Tue, 13 Aug 2019 17:07:43 +0100 Subject: [PATCH] Fix docs --- .travis.yml | 45 +++++++++++++++++++++++---------------------- docs/index.html | 18 +++++++++--------- readme.md | 2 +- src/docs/example.md | 2 +- 4 files changed, 34 insertions(+), 33 deletions(-) diff --git a/.travis.yml b/.travis.yml index 78288f0..908ae8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,32 +1,33 @@ ---- branches: only: - - master - - develop - - /^greenkeeper/.*$/ - - /^feature/.*$/ + - master + - develop + - "/^greenkeeper/.*$/" + - "/^feature/.*$/" language: node_js node_js: - - stable - - 11 - - 10 - - 9 - - 8 +- stable +- 11 +- 10 +- 9 +- 8 env: global: - - CC_TEST_REPORTER_ID=ba42fc27c58fe141f19793fa5acb42d4d229da491a4c7a1568ba50a69a009e1f + - CC_TEST_REPORTER_ID=ba42fc27c58fe141f19793fa5acb42d4d229da491a4c7a1568ba50a69a009e1f before_install: - - '[[ $(node -v) =~ ^v12.*$ ]] || npm install -g npm@latest' - - npm install -g greenkeeper-lockfile +- "[[ $(node -v) =~ ^v12.*$ ]] || npm install -g npm@latest" +- npm install -g greenkeeper-lockfile install: npm install before_script: - - greenkeeper-lockfile-update - - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - - chmod +x ./cc-test-reporter - - ./cc-test-reporter before-build +- greenkeeper-lockfile-update +- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 + > ./cc-test-reporter +- chmod +x ./cc-test-reporter +- "./cc-test-reporter before-build" after_script: - - greenkeeper-lockfile-upload - - "[ $TRAVIS_NODE_VERSION = stable ] - && nyc report --reporter=lcov - && ./cc-test-reporter after-build --debug -t lcov --exit-code $TRAVIS_TEST_RESULT - || echo 'Coverage skipped'" +- greenkeeper-lockfile-upload +- "[ $TRAVIS_NODE_VERSION = stable ] && nyc report --reporter=lcov && ./cc-test-reporter + after-build --debug -t lcov --exit-code $TRAVIS_TEST_RESULT || echo 'Coverage skipped'" +notifications: + slack: + secure: b30+M8/fYAvUaYwnjMRVgpf63V84HkaMHO6j/RSE8vCyPLF0kxJYlc1lsemGfR1czvEUxNz+IIvDhbdLdkeF7Fpdq2gLBa4MTEpBuzKGtwqC9Tup3u0hg1haNd0oGmMSextH4e2wvdaFXK+rIYebAYhNoP5qeW6OqtyqNVblL7I= diff --git a/docs/index.html b/docs/index.html index b8abef5..c243d8a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -185,7 +185,7 @@

Programmatic usage

Advanced use

To add. Containers, Tables, Panels and Images.

Related

-

For advanced 24bit colour handling see MarkGriffiths/trucolor and npm trucolor.

+

For advanced 24bit colour handling see thebespokepixel/trucolor and npm trucolor.

@@ -220,7 +220,7 @@

- + src/index.js @@ -383,7 +383,7 @@

- + src/index.js @@ -432,7 +432,7 @@

- + src/index.js @@ -495,7 +495,7 @@

- + src/index.js @@ -558,7 +558,7 @@

- + src/index.js @@ -644,7 +644,7 @@

- + src/index.js @@ -722,7 +722,7 @@

- + src/index.js @@ -785,7 +785,7 @@

- + src/index.js diff --git a/readme.md b/readme.md index 1825fec..c353546 100644 --- a/readme.md +++ b/readme.md @@ -98,7 +98,7 @@ To add. Containers, Tables, Panels and Images. ### Related -For advanced 24bit colour handling see [MarkGriffiths/trucolor](https://github.com/MarkGriffiths/trucolor) and [npm trucolor](https://www.npmjs.com/package/trucolor). +For advanced 24bit colour handling see [thebespokepixel/trucolor](https://github.com/thebespokepixel/trucolor) and [npm trucolor](https://www.npmjs.com/package/trucolor). ## Documentation diff --git a/src/docs/example.md b/src/docs/example.md index ed2b8f8..e12c39a 100644 --- a/src/docs/example.md +++ b/src/docs/example.md @@ -64,4 +64,4 @@ To add. Containers, Tables, Panels and Images. ### Related -For advanced 24bit colour handling see [MarkGriffiths/trucolor](https://github.com/MarkGriffiths/trucolor) and [npm trucolor](https://www.npmjs.com/package/trucolor). +For advanced 24bit colour handling see [thebespokepixel/trucolor](https://github.com/thebespokepixel/trucolor) and [npm trucolor](https://www.npmjs.com/package/trucolor).