Skip to content

Commit

Permalink
Clean up docs leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
distantnative committed Mar 29, 2024
1 parent d22e192 commit b9dd43e
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 29 deletions.
14 changes: 0 additions & 14 deletions .github/CONTRIBUTING.md

This file was deleted.

10 changes: 1 addition & 9 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
# Security policy

## Supported versions

| Version | Supported | Status |
| ------- | ------------------ | ---------------------------------- |
| 4.0.0 | :white_check_mark: | Latest release, actively supported |
| 4.0.0 | :white_check_mark: | No known vulnerabilities |
| < 4.0 | :x: | Not supported |
# Security

## Reporting a vulnerability

Expand Down
Binary file removed .github/clear.png
Binary file not shown.
Binary file removed .github/edit.png
Binary file not shown.
Binary file removed .github/retour.png
Binary file not shown.
Binary file removed .github/timespan.png
Binary file not shown.
Binary file removed .github/title.png
Binary file not shown.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#
name: Deploy docs to GitHub Pages

on:
push:
branches: [main]
paths:
- docs/**
workflow_dispatch:

permissions:
Expand Down
8 changes: 3 additions & 5 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,16 @@ export default defineConfig({
items: [
{ text: "Troubleshooting", link: "/troubleshooting" },
{
text: "Bug report",
text: "Report a bug",
link: "https://github.com/distantnative/retour-for-kirby/issues",
},
{
text: "Support development",
link: "https://paypal.me/distantnative",
},
{ text: "Report a vulnerability", link: "/security" },
],
},
{
text: "Support development",
items: [
{ text: "How to contribute", link: "/contribute" },
{
text: "Donate",
link: "https://paypal.me/distantnative",
Expand Down
17 changes: 17 additions & 0 deletions docs/contribute.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Contributing

First of all: 🙏 thank you that you want to help! 👏

Here are some ways how you can contribute:

::: tip Report bugs
Please report any bug via [GitHub issues](https://github.com/distantnative/retour-for-kirby/issues).
:::

::: tip Translate Retour
Help translating the Retour UI to more languages. Check out the [translations docs](/i18n).
:::

::: warning Pay it forward
Retour is offered as a free plugin. If you want to give something back, you can [send a donation](https://paypal.me/distantnative) of your choice.
:::
1 change: 1 addition & 0 deletions docs/security.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!--@include: ../.github/SECURITY.md-->

0 comments on commit b9dd43e

Please sign in to comment.