Skip to content

Commit

Permalink
config: add authors (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-rw authored Sep 23, 2024
1 parent 7dc7759 commit b35dd5f
Show file tree
Hide file tree
Showing 9 changed files with 70 additions and 71 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,8 @@
slug: documentation-migration
title: Migration of Documentation
authors:
- name: Ajnart
title: Owner
url: https://github.com/ajnart
image_url: https://avatars.githubusercontent.com/u/49837342?v=4
- name: Manicraft1001
title: Contributor
url: https://github.com/manuel-rw
image_url: https://avatars.githubusercontent.com/u/30572287?v=4
- ajnart
- manuel-rw
tags: [documentation, migration]
---

Expand All @@ -18,9 +12,11 @@ The documentation has been re-written partly and includes now many animations, g

We are still figuring things out and highly depend on your feedback.

<!-- truncate -->

## Why we migrated

The default Github Wiki feature is decent - but very confusing to read.
The default GitHub Wiki feature is decent - but very confusing to read.
Our possibilites for searching the documentation in the Wiki are highly limited.
Additionally, Users are unable to contribute to the documentation if they have not sufficient permissions.

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,8 @@
slug: translations
title: Help us make Homarr multilingual
authors:
- name: Ajnart
title: Owner
url: https://github.com/ajnart
image_url: https://avatars.githubusercontent.com/u/49837342?v=4
- name: Manicraft1001
title: Contributor
url: https://github.com/manuel-rw
image_url: https://avatars.githubusercontent.com/u/30572287?v=4
- ajnart
- manuel-rw
tags: [translations, homarr, update, contributions]
---

Expand All @@ -19,6 +13,8 @@ We've been working hard to offer Homarr in many languages. The next update of Ho
![](img/homarr-we-need-you.webp) <br/>
Yes, we need **YOU**! We want to make Homarr accessible to as many people as possible. Thus, we need to translate all content into many different languages. We need your help for that! [You can help us now to translate Homarr into as many languages as possible](/docs/community/translations).

<!-- truncate -->

### About global translations / translations per user

We are aware that many people would like to configure translations globally or configure language per user. Currently, translations are stored in the Cookies, which will expire after some time (currently, it's set to 30 days). We will implement more granular language settings in future versions of Homarr, since it requires major changes to Homarr. Stay tuned! 😎
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
---
title: "We present: Homarr 0.11 - the most complex Homarr version yet!"
authors:
- name: ajnart
title: Owner
url: https://github.com/ajnart
image_url: https://avatars.githubusercontent.com/u/49837342?v=4
- name: Manicraft1001
title: Contributor
url: https://github.com/manuel-rw
image_url: https://avatars.githubusercontent.com/u/30572287?v=4
- name: Walkx
title: Contributor
url: https://github.com/walkxcode
image_url: https://avatars.githubusercontent.com/u/71191962?v=4
- name: Meierschlumpf
title: Contributor
url: https://github.com/Meierschlumpf
image_url: https://avatars.githubusercontent.com/u/63781622?v=4
- ajnart
- manuel-rw
- walkx
- meierschlumpf
tags: [homarr, update, breaking changes, version, gridstack, dnd, documentation]
---

Expand All @@ -32,6 +20,8 @@ It contains many breaking changes and huge improvements to your favourite dashbo
- Huge design and usability improvements to older components to Homarr
- Better handeling of exceptions and unexpected issues

<!-- truncate -->

## Complete implementation of highly customizable drag and drop library "Gridstack"

In 0.11, we have replaced our quite limited drag and drop system with Gridstack.
Expand All @@ -50,7 +40,7 @@ Gridstack enables you to create much more complex and advanced dashboards while

We've also introduced more advanced categories this time:

![](../docs/getting-started/img/category-menu.webp)
![](../../../docs/getting-started/img/category-menu.webp)

We'll continute to improve this system according to your feedback.

Expand All @@ -59,14 +49,14 @@ We'll continute to improve this system according to your feedback.
Widgets are now much snappier and have been completly recoded.
This fixes some of the bugs a few users have previously experienced and improves overall customization.

![](../docs/widgets/img/choose-widget-in-modal.webp)
![](../../../docs/widgets/img/choose-widget-in-modal.webp)

## Fancy icon picker for speeding up your creation process

We've also added a new fancy icon picker, you can use to get access to any icons much faster.
We will add more icon sources in the future, as we made this icon picker very modular, and we plan to make local icons accessible via this picker very soon.

![](../docs/advanced/customizations/img/icons/icons-picker.gif)
![](../../../docs/advanced/customizations/img/icons/icons-picker.gif)

## Design and documentation improvements to homarr.dev

Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
---
title: "We present: Homarr 0.12 - The fastest homarr version ever!"
authors:
- name: ajnart
title: Owner
url: https://github.com/ajnart
image_url: https://avatars.githubusercontent.com/u/49837342?v=4
- name: Manicraft1001
title: Contributor
url: https://github.com/manuel-rw
image_url: https://avatars.githubusercontent.com/u/30572287?v=4
- name: Walkx
title: Contributor
url: https://github.com/walkxcode
image_url: https://avatars.githubusercontent.com/u/71191962?v=4
- name: Meierschlumpf
title: Contributor
url: https://github.com/Meierschlumpf
image_url: https://avatars.githubusercontent.com/u/63781622?v=4
- ajnart
- manuel-rw
- walkx
- meierschlumpf
tags: [homarr, update, breaking changes, version, dnd, documentation]
---

Expand All @@ -34,6 +22,7 @@ We've added a setting to disable editing completely. This will allow you to rest
use the `EDIT_MODE_PASSWORD` ENV variable to set a password for edit mode.
turn on `DISABLE_EDIT_MODE=TRUE` to disable edit mode on startup.

<!-- truncate -->

## 😎 Blazingly fast
We've implemented a new caching system, that will cache all data in your browser, meaning that Homarr will load within milliseconds, as if it was *powered by rust and blazingly fast* !!!
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
---
title: "Authentication in Homarr - 0.14 is here!"
authors:
- name: ajnart
title: Maintainer
url: https://github.com/ajnart
image_url: https://avatars.githubusercontent.com/u/49837342?v=4
- name: Manicraft1001
title: Contributor
url: https://github.com/manuel-rw
image_url: https://avatars.githubusercontent.com/u/30572287?v=4
- name: Tagashi
title: Contributor
url: https://github.com/tagaishi
image_url: https://avatars.githubusercontent.com/u/26098587?v=4
- name: Meierschlumpf
title: Contributor
url: https://github.com/Meierschlumpf
image_url: https://avatars.githubusercontent.com/u/63781622?v=4
- ajnart
- manuel-rw
- tagashi
- meierschlumpf
tags: [homarr, update, breaking changes, version, authentication, notepad, security]
---

Expand All @@ -35,6 +23,8 @@ provide you a viable solution today.
- 📝 Overhauled notepad widget with a complex graphical editor that enables easy editing right from your browser.
- :globe_with_meridians: Live Translation on Crowdin that enable you to directly translate using images to see what exactly you're translating

<!-- truncate -->

## Breaking changes

- Removed ``PASSWORD`` environment variable
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
title: "Updated documentation with better organization & design"
authors:
- name: Manicraft1001
url: https://github.com/manuel-rw
image_url: https://avatars.githubusercontent.com/u/30572287?v=4
- manuel-rw
tags: [homarr, documentation, design, docs]
---

We'd like to let you know that we've updated our documentation and reorganized the pages.
This means, that some links may no longer be valid - we apologise if this causes any inconvenience for you.

<!-- truncate -->

A few highlights include:

- Updated navigation bar for much easier navigation
Expand Down
37 changes: 37 additions & 0 deletions blog/authors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
manuel-rw:
name: Manuel
page: true
url: https://github.com/manuel-rw
image_url: https://avatars.githubusercontent.com/u/30572287?v=4
socials:
github: manuel-rw
description: >
Junior .NET developer from Switzerland. 🌌 .NET, Next.js, Node.js, Angular
ajnart:
name: Ajnart
page: true
url: https://github.com/ajnart
image_url: https://avatars.githubusercontent.com/u/49837342?v=4
socials:
github: ajnart
meierschlumpf:
name: Meierschlumpf
page: true
url: https://github.com/Meierschlumpf
image_url: https://avatars.githubusercontent.com/u/63781622?v=4
socials:
github: Meierschlumpf
tagashi:
name: Tagashi
page: true
url: https://github.com/tagaishi
image_url: https://avatars.githubusercontent.com/u/26098587?v=4
socials:
github: tagaishi
walkx:
name: Walkx
page: true
url: https://github.com/walkxcode
image_url: https://avatars.githubusercontent.com/u/71191962?v=4
socials:
github: walkxcode
1 change: 1 addition & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const config: Config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl: 'https://github.com/ajnart/homarr-docs/edit/master',
authorsMapPath: "authors.yml"
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
Expand Down

0 comments on commit b35dd5f

Please sign in to comment.