Skip to content

Commit

Permalink
docs: remove release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardPerdaan committed Jan 30, 2025
1 parent dafb150 commit 8d6ea15
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 352 deletions.
4 changes: 0 additions & 4 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,3 @@ src/.vuepress/public @myparcelnl/integration @myparcelnl/qa @myparcelnl/it-supp
# --- API Reference: Integration, API, QA and IT support ---
**/api-reference @myparcelnl/integration @myparcelnl/api @myparcelnl/qa

# --- Release notes: QA and the relevant developers ---
**/release-notes/* @myparcelnl/qa
**/release-notes/*frontend* @myparcelnl/qa @myparcelnl/frontend
**/release-notes/*api* @myparcelnl/qa @myparcelnl/api
6 changes: 1 addition & 5 deletions src/.vuepress/config/createNavbar.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {MyPaNavLink, MyPaNavbarConfigArray} from '@mptheme/config.types';
import {type MyPaNavLink, type MyPaNavbarConfigArray} from '@mptheme/config.types';

const pages: MyPaNavLink[] = [
{
Expand All @@ -13,10 +13,6 @@ const pages: MyPaNavLink[] = [
text: 'Integrations',
link: '/integrations.html',
},
{
text: 'Release notes',
link: '/release-notes/',
},
{
text: 'About',
link: '/about.html',
Expand Down
2 changes: 0 additions & 2 deletions src/.vuepress/config/navigation/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ navbar:
link: /documentation/
- text: Integrations
link: /integrations.html
- text: Release notes
link: /release-notes/
- text: About
link: /about.html
- text: Contact
Expand Down
2 changes: 0 additions & 2 deletions src/.vuepress/config/navigation/nl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ navbar:
link: /nl/documentatie/
- text: Integraties
link: /nl/integraties.html
- text: Release notes
link: /release-notes/
- text: Over ons
link: /about.html
- text: Contact
Expand Down
7 changes: 1 addition & 6 deletions src/.vuepress/config/routes.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {MyPaNavLink} from '@mptheme/config.types';
import {type MyPaNavLink} from '@mptheme/config.types';

export const STATUS: MyPaNavLink = {
text: 'Status',
Expand All @@ -20,11 +20,6 @@ export const INTEGRATIONS: MyPaNavLink = {
link: '/integrations.html',
};

export const RELEASE_NOTES: MyPaNavLink = {
text: 'Release notes',
link: '/release-notes/api.html',
};

export const ABOUT: MyPaNavLink = {
text: 'About',
link: '/about.html',
Expand Down
327 changes: 0 additions & 327 deletions src/nl/release-notes.md

This file was deleted.

6 changes: 0 additions & 6 deletions src/release-notes/readme.md

This file was deleted.

0 comments on commit 8d6ea15

Please sign in to comment.