diff --git a/docs/config/auth.md b/docs/config/auth.md index caa7b83..22589a7 100644 --- a/docs/config/auth.md +++ b/docs/config/auth.md @@ -10,18 +10,14 @@ OF DL allows you to log in to your OnlyFans account directly. This simplifies th When prompted by the application, log into your OnlyFans account. Do not close the opened window, tab, or navigate away to another webpage. The new window will close automatically when the authentication process has finished. -:::warning +!!! warning -Some users have reported that "Sign in with Google" has not been working with this authentication method. -If you use the Google sign-in option to log into your OnlyFans account, use one of the [legacy authentication methods](#legacy-methods) described below. + Some users have reported that "Sign in with Google" has not been working with this authentication method. + If you use the Google sign-in option to log into your OnlyFans account, use one of the [legacy authentication methods](#legacy-methods) described below. -::: +!!! info -:::info - -If you are using docker, follow the special [authentication instructions documented](/installation/docker) to authenticate OF-DL - -::: + If you are using docker, follow the special [authentication instructions documented](/installation/docker) to authenticate OF-DL ## Legacy Methods diff --git a/docs/config/configuration.md b/docs/config/configuration.md index 409d792..65315c5 100644 --- a/docs/config/configuration.md +++ b/docs/config/configuration.md @@ -435,15 +435,13 @@ Description: If set to `true`, the program will run without any input from the u (unless [NonInteractiveModeListName](#noninteractivemodelistname) or [NonInteractiveModePurchasedTab](#noninteractivemodepurchasedtab) are configured). If set to `false`, the default behaviour will apply, and you will be able to choose an option from the menu. -:::warning +!!! warning -If NonInteractiveMode is enabled, you will be unable to authenticate OF-DL using the standard authentication method. -Before you can run OF-DL in NonInteractiveMode, you must either + If NonInteractiveMode is enabled, you will be unable to authenticate OF-DL using the standard authentication method. + Before you can run OF-DL in NonInteractiveMode, you must either -1. Generate an auth.json file by running OF-DL with NonInteractiveMode disabled and authenticating OF-DL using the standard method **OR** -2. Generate an auth.json file by using a [legacy authentication method](/config/auth#legacy-methods) - -::: + 1. Generate an auth.json file by running OF-DL with NonInteractiveMode disabled and authenticating OF-DL using the standard method **OR** + 2. Generate an auth.json file by using a [legacy authentication method](/config/auth#legacy-methods) ## NonInteractiveModeListName diff --git a/docs/index.md b/docs/index.md index c166abe..4241bb5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,3 +1,8 @@ # Welcome to OF-DL -C# console app to download all of the media from Onlyfans accounts with DRM video downloading support. \ No newline at end of file +C# console app to download all of the media from Onlyfans accounts with DRM video downloading support. + +!!! info "PLEASE READ BEFORE DOWNLOADING" + THIS TOOL CANNOT BYPASS PAYWALLS, IT CAN ONLY DOWNLOAD CONTENT YOU HAVE ACCESS TO, PLEASE DO NOT DOWNLOAD THIS TOOL THINKING YOU CAN BYPASS PAYING FOR THINGS!!!!! + +Join the discord [here](https://discord.com/invite/6bUW8EJ53j) \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index aa859a0..1dfbfda 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,5 @@ site_name: OF-DL Docs +site_url: https://docs.ofdl.tools theme: name: material features: @@ -21,16 +22,25 @@ theme: toggle: icon: material/toggle-switch-off-outline name: Switch to dark mode - primary: teal - accent: purple + primary: dark-blue + accent: white - scheme: slate toggle: icon: material/toggle-switch name: Switch to light mode - primary: teal - accent: lime + primary: dark-blue + accent: white font: text: Roboto code: Roboto Mono logo: img/logo.ico - favicon: img/logo.ico \ No newline at end of file + favicon: img/logo.ico +markdown_extensions: + - admonition + - pymdownx.details + - pymdownx.superfences +extra: + social: + - icon: fontawesome/brands/discord + link: https://discord.com/invite/6bUW8EJ53j +copyright: "© 2025 OF-DL. All rights reserved." \ No newline at end of file