1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158
|
site_name: MEGAcmd Documentation
site_description: Complete command-line reference for MEGAcmd
site_author: MEGA Team
# Theme configuration
theme:
name: material
font: false
features:
- navigation.tabs
- navigation.sections
- search.suggest
- search.highlight
palette:
- scheme: default
primary: blue
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- scheme: slate
primary: blue
toggle:
icon: material/weather-night
name: Switch to light mode
# Directories
docs_dir: contrib/docs
site_dir: debian/html
# Navigation - Organized exactly as your classification
nav:
- Home: index.md
- User Guide: UserGuide.md
- Account / Contacts:
- signup: commands/signup.md
- confirm: commands/confirm.md
- invite: commands/invite.md
- showpcr: commands/showpcr.md
- ipc: commands/ipc.md
- users: commands/users.md
- userattr: commands/userattr.md
- passwd: commands/passwd.md
- masterkey: commands/masterkey.md
- Login / Logout:
- login: commands/login.md
- logout: commands/logout.md
- whoami: commands/whoami.md
- session: commands/session.md
- killsession: commands/killsession.md
- Browse:
- cd: commands/cd.md
- lcd: commands/lcd.md
- ls: commands/ls.md
- pwd: commands/pwd.md
- lpwd: commands/lpwd.md
- attr: commands/attr.md
- du: commands/du.md
- find: commands/find.md
- mount: commands/mount.md
- Moving / Copying files:
- mkdir: commands/mkdir.md
- cp: commands/cp.md
- put: commands/put.md
- get: commands/get.md
- preview: commands/preview.md
- thumbnail: commands/thumbnail.md
- mv: commands/mv.md
- rm: commands/rm.md
- transfers: commands/transfers.md
- speedlimit: commands/speedlimit.md
- sync: commands/sync.md
- sync-issues: commands/sync-issues.md
- sync-ignore: commands/sync-ignore.md
- sync-config: commands/sync-config.md
- exclude: commands/exclude.md
- backup: commands/backup.md
- Sharing:
- export: commands/export.md
- import: commands/import.md
- share: commands/share.md
- webdav: commands/webdav.md
- FUSE:
- fuse-add: commands/fuse-add.md
- fuse-remove: commands/fuse-remove.md
- fuse-enable: commands/fuse-enable.md
- fuse-disable: commands/fuse-disable.md
- fuse-show: commands/fuse-show.md
- fuse-config: commands/fuse-config.md
- Miscellaneous / Utility Commands:
- autocomplete: commands/autocomplete.md
- cancel: commands/cancel.md
- cat: commands/cat.md
- clear: commands/clear.md
- codepage: commands/codepage.md
- confirmcancel: commands/confirmcancel.md
- debug: commands/debug.md
- deleteversions: commands/deleteversions.md
- df: commands/df.md
- errorcode: commands/errorcode.md
- exit: commands/exit.md
- ftp: commands/ftp.md
- graphics: commands/graphics.md
- help: commands/help.md
- https: commands/https.md
- info: commands/mediainfo.md
- log: commands/log.md
- permissions: commands/permissions.md
- proxy: commands/proxy.md
- psa: commands/psa.md
- quit: commands/quit.md
- reload: commands/reload.md
- tree: commands/tree.md
- unicode: commands/unicode.md
- update: commands/update.md
- version: commands/version.md
- Additional Features:
- FTP: FTP.md
- FUSE: FUSE.md
- WebDAV: WEBDAV.md
- Backups: BACKUPS.md
- Debugging: DEBUG.md
# Plugins
plugins:
- search
- macros
# Extensions
markdown_extensions:
- admonition
- codehilite
- extra
- toc:
permalink: true
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tabbed
# Extra configuration
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/meganz/MEGAcmd
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences.
copyright: Copyright © 2024 MEGA.nz
|