diff --git a/docs/images/badge-C++20.svg b/docs/images/badge-C++20.svg deleted file mode 100644 index 92e9684..0000000 --- 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 f3c196b..0000000 --- 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 c090957..184b36b 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 2ca0455..cfefecb 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' ]