feat(website): add more content for changelog
This commit is contained in:
parent
000a76d28d
commit
abf009a045
@ -25,8 +25,18 @@ export default defineConfig({
|
||||
favicon: '/favicon.svg',
|
||||
sidebar: [
|
||||
{
|
||||
label: 'Guides',
|
||||
items: [{ label: 'Getting started', slug: 'guides/getting-started' }],
|
||||
label: 'Getting Started',
|
||||
items: [
|
||||
{ label: 'Introduction', slug: 'docs' },
|
||||
{ label: 'Motivation', slug: 'docs/motivation' },
|
||||
],
|
||||
},
|
||||
{
|
||||
label: 'Changelog',
|
||||
items: [
|
||||
{ label: 'Getting started', slug: 'docs/changelog' },
|
||||
{ label: 'Features', slug: 'docs/changelog/features' },
|
||||
],
|
||||
},
|
||||
{ label: 'API', link: 'https://api.boring.tools' },
|
||||
{ label: 'Status', link: 'https://status.boring.tools' },
|
||||
|
24
apps/website/src/content/docs/docs/changelog/features.mdx
Normal file
24
apps/website/src/content/docs/docs/changelog/features.mdx
Normal file
@ -0,0 +1,24 @@
|
||||
---
|
||||
title: Features
|
||||
description: A guide to start with boring tools
|
||||
---
|
||||
|
||||
### Conventional Commits
|
||||
|
||||
We support conventional commits. This enables us to automatically create your changelog.
|
||||
|
||||
### Automatic Versioning
|
||||
|
||||
If you need to create a version quickly due to a hotfix. We can do this for you with our automatically generated version.
|
||||
|
||||
### Changelog Generation
|
||||
|
||||
You have two options for creating a changelog. You can either create it manually or have it generated automatically with the help of conventional commits.
|
||||
|
||||
### Page Generation
|
||||
|
||||
We provide you with a public changelog so that you can easily share your changelog with your customers.
|
||||
|
||||
### API
|
||||
|
||||
If you prefer to integrate your changelog into your website yourself, we also offer you an API.
|
12
apps/website/src/content/docs/docs/changelog/index.mdx
Normal file
12
apps/website/src/content/docs/docs/changelog/index.mdx
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
title: Changelog
|
||||
description: A guide to start with boring tools
|
||||
---
|
||||
|
||||
With our changelog tool it is easier than ever to create your changelog.
|
||||
|
||||
If you use conventional commits, you can create your complete changelog within minutes.
|
||||
|
||||
But it is also possible to create the changelog manually or modify your automatically generated changelog.
|
||||
|
||||
Once you have published your version, you can either use our page tool to display a public version of your changelog or simply embed it into your application via our API.
|
10
apps/website/src/content/docs/docs/index.mdx
Normal file
10
apps/website/src/content/docs/docs/index.mdx
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
title: Introduction
|
||||
description: Your tools for the boring stuff
|
||||
---
|
||||
|
||||
boring.tools is a collection of tools for developers to make your day easier.
|
||||
|
||||
By boring tools we don't mean that they are insignificant or unimportant. Just that many of the important tools are not exciting but have to do their job perfectly.
|
||||
|
||||
However, we want to make the boring tools as attractive as possible so that they are fun to use. Furthermore, it is very important to us that the tools do as much work as possible for the developer.
|
11
apps/website/src/content/docs/docs/motivation.mdx
Normal file
11
apps/website/src/content/docs/docs/motivation.mdx
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
title: Motivation
|
||||
description: Your tools for the boring stuff
|
||||
---
|
||||
|
||||
As a developer, you are faced with a wide variety of tasks and problems every day. It shouldn't be complicated to create the latest changelog or anything similar.
|
||||
|
||||
That's why we have made it our mission to provide the best tools to make the developer's job easier. To make sure that we take the right path with the tools, we have decided to make all code publicly available.
|
||||
|
||||
This also ensures that anyone who wants to can run the tools themselves and thus have full control over the data. In addition, anyone can contribute to the code and have a say in the direction of the project.
|
||||
|
@ -1,9 +0,0 @@
|
||||
---
|
||||
title: Getting started
|
||||
description: A guide to start with boring tools
|
||||
---
|
||||
|
||||
Thanks for stopping by. Unfortunately there's not much going on here at the moment. But the first tool is already in the starting blocks and will be here soon. There will also be more information about the whole project here.
|
||||
|
||||
So check back soon.
|
||||
|
@ -8,6 +8,6 @@ hero:
|
||||
# file: ../../assets/boring.tools.svg
|
||||
actions:
|
||||
- text: Getting started
|
||||
link: /guides/getting-started/
|
||||
link: /docs
|
||||
icon: right-arrow
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user