Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
11a90d5
refactor: frontpage redesign
Dec 6, 2023
baf8fe1
2nd commit
Dec 7, 2023
fb359fd
update pnpm-lock
Dec 7, 2023
3c32696
fix smooth scroll
Dec 7, 2023
01f5cf7
speculative fix
Dec 7, 2023
e5fc294
add sass
Dec 7, 2023
460db1b
fix bad paths and more fixes
Dec 7, 2023
efe5cae
color changes
Dec 7, 2023
d0beebb
more stuff
Dec 8, 2023
034ccc7
fix bash syntax in prism
Dec 8, 2023
153f2b9
Merge branch 'main' into front-page-reword
Dec 10, 2023
cd5495f
refactoring and linting
Dec 10, 2023
1105879
split some paragraphs and remove unused styles
Dec 11, 2023
aa27abf
martys suggestions
Dec 20, 2023
a85dbce
capitalize the first letter of the headings
martylukyy Dec 20, 2023
aad3bea
Merge branch 'main' into front-page-reword
Jan 23, 2024
ae7b70e
fix: link to contributing.md
Jan 23, 2024
028c71a
Merge branch 'main' into front-page-reword
s0up4200 Apr 16, 2024
f25eab6
feat: update supported indexers count
zze0s Apr 16, 2024
661d1ea
fix: update URL for macos
s0up4200 May 8, 2024
eb03f9a
Merge branch 'main' into front-page-reword
s0up4200 May 11, 2024
d266d55
fix: bad hook order
s0up4200 May 11, 2024
6d2856f
alternative frontpage pics
s0up4200 May 11, 2024
35f7e9c
fix: reduce img sizes
s0up4200 May 11, 2024
9476d48
fix: disable hiding of images on load
s0up4200 May 11, 2024
2566146
Revert "fix: disable hiding of images on load"
s0up4200 May 11, 2024
0b99321
fix: dont load components until image is loaded
s0up4200 May 11, 2024
30f926d
Merge branch 'main' into front-page-reword
martylukyy Aug 29, 2024
79f5615
docs: fix tracker count
martylukyy Aug 29, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ This isn't needed if your use case is feeding the \*arrs only. Since they have R

As of right now, autobrr features:

- Support for 90 trackers with IRC announces
- Support for 90+ trackers with IRC announces
- RSS and Torznab/Newznab support via Prowlarr to easily get access to hundreds of indexers
- Powerful but simple filtering with RegEx support (like in autodl-irssi)
- Easy to use and mobile friendly web UI (with dark mode!) to manage everything
Expand Down
27 changes: 18 additions & 9 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { themes } from "prism-react-renderer";
import FontPreloadPlugin from "webpack-font-preload-plugin";

const FontPreloadPlugin = require("webpack-font-preload-plugin");
const config = {
title: "autobrr",
tagline: "The modern autodl-irssi replacement.",
Expand Down Expand Up @@ -88,6 +88,16 @@ const config = {
// content: "autobrr, autodl-irssi, torrents, automation",
// },
// ],
webpack: {
configure: (webpackConfig, { env, paths }) => {
webpackConfig.module.rules.push({
test: /\.svg$/,
use: ["@svgr/webpack"],
});

return webpackConfig;
},
},
image: "img/autobrr.png",
docs: {
sidebar: {
Expand All @@ -109,17 +119,16 @@ const config = {
activeBaseRegex:
"/(introduction|installation|configuration|filters|usage)",
},
{
to: "release-notes",
label: "Release Notes",
position: "left",
},
//{
//{
// type: "docsVersionDropdown", // disabling until its of use
// position: "left",
// dropdownActiveClassDisabled: false,
//},
{
to: "release-notes",
label: "Release Notes",
position: "left",
},
{
href: "https://discord.gg/WQ2eUycxyT",
position: "right",
Expand Down Expand Up @@ -150,6 +159,7 @@ const config = {
},

plugins: [
"docusaurus-plugin-sass",
function preloadFontPlugin(_context, _options) {
return {
name: "preload-font-plugin",
Expand All @@ -158,8 +168,7 @@ const config = {
},
};
},
// ...
],
};

module.exports = config;
export default config;
29 changes: 19 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,27 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "^3.0.0",
"@docusaurus/preset-classic": "^3.0.0",
"@docusaurus/theme-common": "^3.0.0",
"@docusaurus/core": "^3.3.2",
"@docusaurus/preset-classic": "^3.3.2",
"@docusaurus/theme-common": "^3.3.2",
"@docusaurus/types": "^3.3.2",
"@docusaurus/utils": "^3.3.2",
"@easyops-cn/docusaurus-search-local": "^0.37.4",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"prism-react-renderer": "^2.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0"
"@easyops-cn/docusaurus-search-local": "^0.37.5",
"@mdx-js/react": "^3.0.1",
"@svgr/webpack": "^8.1.0",
"clsx": "^2.1.1",
"docusaurus-plugin-sass": "^0.2.5",
"prism-react-renderer": "^2.3.1",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-dom": "^18.3.1",
"react-icons": "^4.12.0",
"react-syntax-highlighter": "^15.5.0",
"sass": "^1.77.1",
"smooth-scroll": "^16.1.3",
"styled-components": "^6.1.11",
"upgrade": "^1.1.0"
},
"browserslist": {
"production": [
Expand Down
Loading