From 1ebbab4ebc644fdd5c4485497a85055f33fccc9b Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 14 Nov 2022 21:29:28 +1100 Subject: [PATCH] Add news entry for new website (#69) * Add news entry for new website * Update version info in first news entry * Add credit note * Update author info --- _data/team.yml | 2 +- _news/2022-04-23-news-are-starting.md | 6 +++--- _news/2022-11-14-website.md | 24 ++++++++++++++++++++++++ _publishers/schrodingersgat.md | 4 ++-- 4 files changed, 30 insertions(+), 6 deletions(-) create mode 100644 _news/2022-11-14-website.md diff --git a/_data/team.yml b/_data/team.yml index 8daa4cce..f6e95fad 100644 --- a/_data/team.yml +++ b/_data/team.yml @@ -1,6 +1,6 @@ text: InvenTree has had 40+ contributors since the project started in March 2017. Here are some of the currently most active devs. team: - - tag: SchrodingersGat + - tag: oliver name: Oliver text: Oliver is an Australian EE. He started InvenTree in 2017 and is the maintainer. links: diff --git a/_news/2022-04-23-news-are-starting.md b/_news/2022-04-23-news-are-starting.md index f98ace19..ac24b07a 100644 --- a/_news/2022-04-23-news-are-starting.md +++ b/_news/2022-04-23-news-are-starting.md @@ -2,10 +2,10 @@ author: matmair title: We have news now! --- -Hi there, -here is something new: News! -These news items will automatically show up for all admins in the **homepage** as the *lowest* category (starting with the next minor release **0.7.0**). +News! + +These news items will automatically show up for all admins in the **homepage** as the *lowest* category (starting with the next minor release **0.9.0**). If you do not want to see them there you can **disable** the function in your user-settings. There is also the option to disable news globally in the general server settings. ### But why? diff --git a/_news/2022-11-14-website.md b/_news/2022-11-14-website.md new file mode 100644 index 00000000..5ad99ab9 --- /dev/null +++ b/_news/2022-11-14-website.md @@ -0,0 +1,24 @@ +--- +author: oliver +title: New Website +--- + +Introducing the new InvenTree website! + +InvenTree now has a new website (the one you're looking at right now), which is intended to act as a landing page for anyone wanting to learn more about InvenTree. This new website will provide general information about what InvenTree *is* and how it can be used. + +We will share periodic updates on new features, which provides greater visibility into what the latest-and-greatest versions of InvenTree have to offer. + +Additionally as the InvenTree community grows, we'll share information on new plugins, or feature "show and tell" sections in our blog to show how InvenTree is being used around the world! + +### Documentation + +inventree.org will no longer host the InvenTree software documentation. Documentation has been moved to [docs.inventree.org](https://docs.inventree.org) + +### Demo Server + +The [demo server](/demo.md) remains available at [demo.inventree.org](https://demo.inventree.org) + +### Credits + +Thanks to [https://github.com/matmair](@matmair) for bringing the new website into existence \ No newline at end of file diff --git a/_publishers/schrodingersgat.md b/_publishers/schrodingersgat.md index d104c21e..3b503aa7 100644 --- a/_publishers/schrodingersgat.md +++ b/_publishers/schrodingersgat.md @@ -1,7 +1,7 @@ --- -short_name: schrodingersgat +short_name: oliver name: Oliver github: SchrodingersGat -website: https:\\inventree.readthedocs.com +website: https://inventree.org --- Maintainer of InvenTree.