From: Michael Wallner Date: Thu, 27 Jan 2022 15:38:33 +0000 (+0100) Subject: docs: update X-Git-Tag: v0.1.0~4 X-Git-Url: https://git.m6w6.name/?p=awesomized%2Fext-ion;a=commitdiff_plain;h=f1d0ef444f82158fa046b1b7720daafa332bd5da docs: update --- diff --git a/SECURITY.md b/SECURITY.md index 5f02e54..e824123 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -7,7 +7,7 @@ any release not explicitly labeled as stable as experimental. | Version | Supported | | ------- | --------- | -| 0.x | ✓ | +| 0.x | ✓ | ## Reporting a Vulnerability diff --git a/docs/Makefile b/docs/Makefile index cbfcb36..f441876 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -35,7 +35,7 @@ src/ion/\\\:\\\ Contributing.md: ../CONTRIBUTING.md | src/ion -test -e $@ || ln $^ $@ vendor/%: - $(COMPOSER) require m6w6/mdref:dev-master + COMPOSER= $(COMPOSER) require m6w6/mdref:dev-master .PHONY: clean clean: diff --git a/docs/v0.0/VERSION b/docs/v0.0/VERSION index cd5ac03..9f55b2c 100644 --- a/docs/v0.0/VERSION +++ b/docs/v0.0/VERSION @@ -1 +1 @@ -2.0 +3.0 diff --git a/docs/v0.0/index.css b/docs/v0.0/index.css index c0204cd..063b6a1 100644 --- a/docs/v0.0/index.css +++ b/docs/v0.0/index.css @@ -96,7 +96,16 @@ pre>code { pre>code, pre>code code { background: #333; - color: #eee; + color: ghostwhite; +} +pre>code .comment { + color: darkorange !important; +} +pre>code .string { + color: darkseagreen !important; +} +pre>code .keyword { + color: darkgray !important; } p, pre, table, dl { @@ -152,6 +161,12 @@ a:hover { a[href^="http:"]:after, a[href^="https:"]:after { content: " ⬈"; } +code>a { + text-decoration: none; +} +code a[href^="http:"]:after, code a[href^="https:"]:after { + content: ""; +} a.permalink { position: relative; diff --git a/docs/v0.0/index.html b/docs/v0.0/index.html index 1f893ff..52c2ae2 100644 --- a/docs/v0.0/index.html +++ b/docs/v0.0/index.html @@ -35,28 +35,23 @@ - -

mdref

- - -

- pecl/ion

-

PHP extension wrapping amzn/ion-c. +

+mdref

+ pecl/ion +

+

PHP extension wrapping amzn/ion-c. See the Amazon ION specification.

-
-
+

Download the Stub file:

-
    +
    • ion.stub.php
      Last modified: - 2022-01-25 11:49:44 UTC + 2022-01-27 09:07:30 UTC
    -
- +