Tweaks to docs site
This commit is contained in:
parent
b36ecd4f5b
commit
5e433f6568
@ -10,19 +10,15 @@ 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.
|
||||
|
||||
:::
|
||||
|
||||
:::info
|
||||
!!! info
|
||||
|
||||
If you are using docker, follow the special [authentication instructions documented](/installation/docker) to authenticate OF-DL
|
||||
|
||||
:::
|
||||
|
||||
## Legacy Methods
|
||||
|
||||
Legacy authentication methods involve creating/editing `auth.json` file yourself.
|
||||
|
@ -435,7 +435,7 @@ 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
|
||||
@ -443,8 +443,6 @@ 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)
|
||||
|
||||
:::
|
||||
|
||||
## NonInteractiveModeListName
|
||||
|
||||
Type: `string`
|
||||
|
@ -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.
|
||||
|
||||
!!! 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)
|
18
mkdocs.yml
18
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
|
||||
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."
|
Loading…
x
Reference in New Issue
Block a user