From 9af8ec61bb78b60a83fce241ef0e5f485dcfda28 Mon Sep 17 00:00:00 2001 From: Thijs Paelman Date: Fri, 2 Jun 2023 23:47:20 +0200 Subject: Add Matrix socials & fix typo Add Matrix social element, by installing an extra font. It was pretty painful to install, and has some impact on all css-styles that start with the '.fa' class, due to global namespacing in scss (by using @import) --- .../doc/_includes/community/getting-support.html | 19 ++++++++++++++ .../_includes/community/project-milestones.html | 8 ++++++ .../doc/_includes/community/reporting-bugs.html | 18 ++++++++++++++ .../_includes/community/requesting-new-icons.html | 29 ++++++++++++++++++++++ .../community/submitting-pull-requests.html | 18 ++++++++++++++ 5 files changed, 92 insertions(+) create mode 100644 themes/docsy/assets/vendor/forkawesome/src/doc/_includes/community/getting-support.html create mode 100644 themes/docsy/assets/vendor/forkawesome/src/doc/_includes/community/project-milestones.html create mode 100644 themes/docsy/assets/vendor/forkawesome/src/doc/_includes/community/reporting-bugs.html create mode 100644 themes/docsy/assets/vendor/forkawesome/src/doc/_includes/community/requesting-new-icons.html create mode 100644 themes/docsy/assets/vendor/forkawesome/src/doc/_includes/community/submitting-pull-requests.html (limited to 'themes/docsy/assets/vendor/forkawesome/src/doc/_includes/community') diff --git a/themes/docsy/assets/vendor/forkawesome/src/doc/_includes/community/getting-support.html b/themes/docsy/assets/vendor/forkawesome/src/doc/_includes/community/getting-support.html new file mode 100644 index 0000000..c51cfcf --- /dev/null +++ b/themes/docsy/assets/vendor/forkawesome/src/doc/_includes/community/getting-support.html @@ -0,0 +1,19 @@ +
+ +

+ Having trouble getting {{ site.forkawesome.name }} up and running? Something not working the way you think it should? +

+
    +
  1. + Make sure you've read the latest version of how to get started. +
  2. +
  3. + Since {{ site.forkawesome.name }} is based on {{ site.fontawesome.name }}, check out the existing questions tagged as + Font Awesome over on Stack Overflow. Other folks might have had the same question you've had. +
  4. +
  5. + Can't find the answer to your question on Stack Overflow? + Ask a new question, then. +
  6. +
+
diff --git a/themes/docsy/assets/vendor/forkawesome/src/doc/_includes/community/project-milestones.html b/themes/docsy/assets/vendor/forkawesome/src/doc/_includes/community/project-milestones.html new file mode 100644 index 0000000..62a7b8c --- /dev/null +++ b/themes/docsy/assets/vendor/forkawesome/src/doc/_includes/community/project-milestones.html @@ -0,0 +1,8 @@ +
+ +

+ Want to keep up with what's planned for {{ site.forkawesome.name }}? Check out our + projects on the GitHub repo. + And come help us achieve those goals. +

+
diff --git a/themes/docsy/assets/vendor/forkawesome/src/doc/_includes/community/reporting-bugs.html b/themes/docsy/assets/vendor/forkawesome/src/doc/_includes/community/reporting-bugs.html new file mode 100644 index 0000000..1ad5994 --- /dev/null +++ b/themes/docsy/assets/vendor/forkawesome/src/doc/_includes/community/reporting-bugs.html @@ -0,0 +1,18 @@ +
+ +

+ Found a problem with {{ site.forkawesome.name }}? Feel free to submit an issue on the GitHub project. But please keep the following in mind: +

+
    +
  1. Please be nice. {{ site.forkawesome.name }} is a happy place.
  2. +
  3. Please search to see if your bug was already reported.
  4. +
  5. + Before opening any issue, please read the generic issue + guidelines, by Nicolas Gallagher. +
  6. +
  7. + After doing everything above, feel free to + submit an issue. +
  8. +
+
diff --git a/themes/docsy/assets/vendor/forkawesome/src/doc/_includes/community/requesting-new-icons.html b/themes/docsy/assets/vendor/forkawesome/src/doc/_includes/community/requesting-new-icons.html new file mode 100644 index 0000000..6865e95 --- /dev/null +++ b/themes/docsy/assets/vendor/forkawesome/src/doc/_includes/community/requesting-new-icons.html @@ -0,0 +1,29 @@ +
+ +

+ New icons mostly start as requests by the + {{ site.forkawesome.name }} community on GitHub. Want to request a new + icon? Here are some things to keep in mind: +

+
    +
  1. Please be nice. {{ site.forkawesome.name }} is a happy place.
  2. +
  3. Please search to see if your icon request already exists. If a request is found, please add a 👍 reaction to that one.
  4. +
  5. + Please make requests for single icons, unless you are requesting a couple of strictly related icons (e.g., thumbs-up/thumbs-down). +
  6. +
  7. + Please and thank you if you include the following: +
      +
    • + Title your new issue + Icon request: icon-name (e.g., Icon request: icon-car). +
    • +
    • Include a few use cases for your requested icon. How do you plan on using it?
    • +
    • Attach a single color image or two that represent the idea you're going for.
    • +
    +
  8. +
  9. + Request concrete objects: it's harder to make an icon to represent happiness, it's easier to make a smiley face. +
  10. +
+
diff --git a/themes/docsy/assets/vendor/forkawesome/src/doc/_includes/community/submitting-pull-requests.html b/themes/docsy/assets/vendor/forkawesome/src/doc/_includes/community/submitting-pull-requests.html new file mode 100644 index 0000000..83f3313 --- /dev/null +++ b/themes/docsy/assets/vendor/forkawesome/src/doc/_includes/community/submitting-pull-requests.html @@ -0,0 +1,18 @@ +
+ + Found a way to solve a bug in {{ site.forkawesome.name }}? Want to contribute new features or a new icon? +
    +
  1. + Clone the repository and work on your proposal. +
  2. +
  3. + Then, when you think it's ready or when you want feedback, + submit a pull + request. +
  4. +
  5. + Discuss with rest of the community and follow up on conversations until + your pull request is merged. +
  6. +
+
-- cgit v1.2.3