Skip to content

Commit

Permalink
smal update
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Sep 30, 2023
1 parent 594fc3c commit 3e7ac07
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 27 deletions.
11 changes: 10 additions & 1 deletion documentation/developer/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: developer_documentation
title: Developer documentation
title: Developer Documentation
description: 'Everything HACS for publishers.'
sidebar_position: 0
---
Expand All @@ -13,3 +13,12 @@ Use the sidebar to navigate this section.

- [If you are looking for how to use HACS have a look at the user documentation](/docs/user)
- [If you are looking for how to publish something that can be tracked by HACS have a look at the publisher documentation](/docs/publisher)

---

This integration is **massive** and there are a lot of areas to contribute to.

- [Documentation](/docs/developer/documentation)
- [Backend](/docs/developer/backend)
- [Frontend](/docs/developer/frontend)
- [Translation](/docs/developer/translation)
14 changes: 0 additions & 14 deletions documentation/developer/start.md

This file was deleted.

2 changes: 1 addition & 1 deletion documentation/publisher/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: publisher_documentation
title: Publisher documentation
title: Publisher Documentation
description: 'Everything HACS for publishers.'
sidebar_position: 0
---
Expand Down
2 changes: 1 addition & 1 deletion documentation/user/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: user_documentation
title: User documentation
title: User Documentation
description: 'Everything HACS for users.'
sidebar_position: 0
---
Expand Down
4 changes: 4 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ module.exports = {
{
from: "/docs/faq/what",
to: "/docs/faq/"
},
{
from: "/docs/developer/start",
to: "/docs/developer/"
}
]
}
Expand Down
12 changes: 4 additions & 8 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,18 @@ module.exports = {
{
"type": "autogenerated",
"dirName": "basic"
}
]
},
{
"Entities": [
},
{
"type": "autogenerated",
"dirName": "entities"
"dirName": "navigation"
}
]
},
{
"Navigation": [
"Entities": [
{
"type": "autogenerated",
"dirName": "navigation"
"dirName": "entities"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ html[data-theme='dark'] .invertDark {
}

.tilted-404 {
rotate: -25deg;
rotate: -9deg;
}
2 changes: 1 addition & 1 deletion src/theme/NotFound.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function NotFound() {
/>
<Layout>
<main className="container margin-vert--xl">
<div className="row tilted-404">
<div className="row tilted-404">
<div className="col col--6 col--offset-3">
<h1 className="hero__title">
Oh no! :(
Expand Down

0 comments on commit 3e7ac07

Please sign in to comment.