From dbc4bcecf20b7c45fe9d39ca2aa4b28c35e4e83a Mon Sep 17 00:00:00 2001 From: Mark Gillard Date: Fri, 28 Jul 2023 16:38:14 +0300 Subject: [PATCH] update docs --- docs/images/badge-C++20.svg | 1 - docs/images/badge-sponsor.svg | 1 - docs/pages/main_page.dox | 4 +--- docs/poxy.toml | 15 ++++----------- 4 files changed, 5 insertions(+), 16 deletions(-) delete mode 100644 docs/images/badge-C++20.svg delete mode 100644 docs/images/badge-sponsor.svg diff --git a/docs/images/badge-C++20.svg b/docs/images/badge-C++20.svg deleted file mode 100644 index 92e9684c..00000000 --- a/docs/images/badge-C++20.svg +++ /dev/null @@ -1 +0,0 @@ - standardC++20 \ No newline at end of file diff --git a/docs/images/badge-sponsor.svg b/docs/images/badge-sponsor.svg deleted file mode 100644 index f3c196b8..00000000 --- a/docs/images/badge-sponsor.svg +++ /dev/null @@ -1 +0,0 @@ -sponsor: ❤sponsor \ No newline at end of file diff --git a/docs/pages/main_page.dox b/docs/pages/main_page.dox index c0909579..184b36b9 100644 --- a/docs/pages/main_page.dox +++ b/docs/pages/main_page.dox @@ -588,10 +588,8 @@ it is embedded in the preamble at the top of the header. \section mainpage-contact Contacting the author For bug reports and feature requests please use the \github{marzer/tomlplusplus/issues, Github Issues} system. For anything else you're welcome to reach out via other means. In order of likely response speed: -- Gitter: [marzer/tomlplusplus](https://gitter.im/marzer/tomlplusplus) ("Discord for repos") - Twitter: [marzer8789](https://twitter.com/marzer8789) +- Gitter: [marzer/tomlplusplus](https://gitter.im/marzer/tomlplusplus) ("Discord for repos") - Email: [mark.gillard@outlook.com.au](mailto:mark.gillard@outlook.com.au) -- Facebook: [marzer](https://www.facebook.com/marzer) -- LinkedIn: [marzer](https://www.linkedin.com/in/marzer/) */ diff --git a/docs/poxy.toml b/docs/poxy.toml index 2ca04553..cfefecb2 100644 --- a/docs/poxy.toml +++ b/docs/poxy.toml @@ -9,6 +9,8 @@ description = 'TOML for C++' cpp = 17 github = 'marzer/tomlplusplus' license = [ 'MIT', 'https://github.com/marzer/tomlplusplus/blob/master/LICENSE' ] +twitter = 'marzer8789' +sponsor = 'https://github.com/sponsors/marzer' show_includes = false changelog = true logo = 'images/logo.svg' @@ -19,7 +21,6 @@ extra_files = [ 'images/badge-awesome.svg', 'images/badge-TOML.svg', 'images/badge-gitter.svg', - 'images/badge-sponsor.svg', ] @@ -66,19 +67,11 @@ macros = [ 'TOML_[A-Z0-9_]+?', 'print_value' ] 'badge-TOML.svg', 'https://toml.io/en/v1.0.0' ] -'2. CI' = [ - 'https://github.com/marzer/tomlplusplus/actions/workflows/ci.yaml/badge.svg?branch=master', - 'https://github.com/marzer/tomlplusplus/actions/workflows/ci.yaml' -] -'3. Mentioned in Awesome C++' = [ +'2. Mentioned in Awesome C++' = [ 'badge-awesome.svg', 'https://github.com/fffaraz/awesome-cpp' ] -'4. Sponsor' = [ - 'badge-sponsor.svg', - 'https://github.com/sponsors/marzer' - ] -'5. Gitter' = [ +'3. Gitter' = [ 'badge-gitter.svg', 'https://gitter.im/marzer/tomlplusplus' ]