2019-12-08 18:14:12 +00:00
<!doctype html>
< html lang = "en" class = "no-js" >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width,initial-scale=1" >
< meta name = "description" content = "Docs for the Pinry project." >
< meta name = "author" content = "Pinry's Contributors" >
2021-03-06 21:00:26 +08:00
< link rel = "canonical" href = "https://docs.getpinry.com/docs/" >
2019-12-08 18:14:12 +00:00
< link rel = "shortcut icon" href = "../assets/images/favicon.png" >
2021-03-06 21:00:26 +08:00
< meta name = "generator" content = "mkdocs-1.1.2, mkdocs-material-7.0.4" >
2019-12-08 18:14:12 +00:00
< title > Docs - Pinry Docs< / title >
2021-03-06 21:00:26 +08:00
< link rel = "stylesheet" href = "../assets/stylesheets/main.77f3fd56.min.css" >
2019-12-08 18:14:12 +00:00
2021-03-06 21:00:26 +08:00
< link rel = "stylesheet" href = "../assets/stylesheets/palette.7fa14f5b.min.css" >
< meta name = "theme-color" content = "#4051b5" >
2019-12-08 18:14:12 +00:00
2021-03-06 21:00:26 +08:00
< link rel = "preconnect" href = "https://fonts.gstatic.com" crossorigin >
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700%7CRoboto+Mono&display=fallback" >
< style > : root { --md-text-font-family : "Roboto" ; --md-code-font-family : "Roboto Mono" } < / style >
2019-12-08 18:14:12 +00:00
2021-03-06 21:00:26 +08:00
< link rel = "manifest" href = "../manifest.webmanifest" crossorigin = "use-credentials" >
2019-12-08 18:14:12 +00:00
< / head >
2021-03-06 21:00:26 +08:00
2019-12-08 18:14:12 +00:00
2021-03-06 21:00:26 +08:00
< body dir = "ltr" data-md-color-scheme = "" data-md-color-primary = "indigo" data-md-color-accent = "indigo" >
< input class = "md-toggle" data-md-toggle = "drawer" type = "checkbox" id = "__drawer" autocomplete = "off" >
< input class = "md-toggle" data-md-toggle = "search" type = "checkbox" id = "__search" autocomplete = "off" >
< label class = "md-overlay" for = "__drawer" > < / label >
< div data-md-component = "skip" >
< a href = "#docs" class = "md-skip" >
Skip to content
2019-12-08 18:14:12 +00:00
< / a >
2021-03-06 21:00:26 +08:00
< / div >
< div data-md-component = "announce" >
< / div >
< header class = "md-header" data-md-component = "header" >
< nav class = "md-header__inner md-grid" aria-label = "Header" >
< a href = "https://docs.getpinry.com/" title = "Pinry Docs" class = "md-header__button md-logo" aria-label = "Pinry Docs" >
< svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 24 24" > < path d = "M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54z" / > < / svg >
< / a >
< label class = "md-header__button md-icon" for = "__drawer" >
< svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 24 24" > < path d = "M3 6h18v2H3V6m0 5h18v2H3v-2m0 5h18v2H3v-2z" / > < / svg >
< / label >
< div class = "md-header__title" data-md-component = "header-title" >
< div class = "md-header__ellipsis" >
< div class = "md-header__topic" >
< span class = "md-ellipsis" >
Pinry Docs
< / span >
< / div >
< div class = "md-header__topic" data-md-component = "header-topic" >
< span class = "md-ellipsis" >
Docs
< / span >
2019-12-08 18:14:12 +00:00
< / div >
< / div >
2021-03-06 21:00:26 +08:00
< / div >
< div class = "md-header__options" >
< / div >
< label class = "md-header__button md-icon" for = "__search" >
< svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 24 24" > < path d = "M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z" / > < / svg >
< / label >
2019-12-08 18:14:12 +00:00
< div class = "md-search" data-md-component = "search" role = "dialog" >
< label class = "md-search__overlay" for = "__search" > < / label >
< div class = "md-search__inner" role = "search" >
< form class = "md-search__form" name = "search" >
2021-03-06 21:00:26 +08:00
< input type = "text" class = "md-search__input" name = "query" aria-label = "Search" placeholder = "Search" autocapitalize = "off" autocorrect = "off" autocomplete = "off" spellcheck = "false" data-md-component = "search-query" data-md-state = "active" required >
< label class = "md-search__icon md-icon" for = "__search" >
< svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 24 24" > < path d = "M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z" / > < / svg >
< svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 24 24" > < path d = "M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z" / > < / svg >
< / label >
< button type = "reset" class = "md-search__icon md-icon" aria-label = "Clear" tabindex = "-1" >
< svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 24 24" > < path d = "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z" / > < / svg >
2019-12-08 18:14:12 +00:00
< / button >
< / form >
< div class = "md-search__output" >
< div class = "md-search__scrollwrap" data-md-scrollfix >
2021-03-06 21:00:26 +08:00
< div class = "md-search-result" data-md-component = "search-result" >
2019-12-08 18:14:12 +00:00
< div class = "md-search-result__meta" >
2021-03-06 21:00:26 +08:00
Initializing search
2019-12-08 18:14:12 +00:00
< / div >
< ol class = "md-search-result__list" > < / ol >
< / div >
< / div >
< / div >
< / div >
< / div >
2021-03-06 21:00:26 +08:00
< div class = "md-header__source" >
2019-12-08 18:14:12 +00:00
2021-03-06 21:00:26 +08:00
< a href = "https://github.com/pinry/pinry/" title = "Go to repository" class = "md-source" data-md-component = "source" >
< div class = "md-source__icon md-icon" >
< svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 448 512" > < path d = "M439.55 236.05L244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z" / > < / svg >
< / div >
2019-12-08 18:14:12 +00:00
< div class = "md-source__repository" >
pinry/pinry
< / div >
< / a >
2021-03-06 21:00:26 +08:00
< / div >
2019-12-08 18:14:12 +00:00
< / nav >
< / header >
2021-03-06 21:00:26 +08:00
< div class = "md-container" data-md-component = "container" >
2019-12-08 18:14:12 +00:00
2021-03-06 21:00:26 +08:00
2019-12-08 18:14:12 +00:00
2021-03-06 21:00:26 +08:00
< main class = "md-main" data-md-component = "main" >
< div class = "md-main__inner md-grid" >
2019-12-08 18:14:12 +00:00
2021-03-06 21:00:26 +08:00
< div class = "md-sidebar md-sidebar--primary" data-md-component = "sidebar" data-md-type = "navigation" >
2019-12-08 18:14:12 +00:00
< div class = "md-sidebar__scrollwrap" >
< div class = "md-sidebar__inner" >
2021-03-06 21:00:26 +08:00
< nav class = "md-nav md-nav--primary" aria-label = "Navigation" data-md-level = "0" >
< label class = "md-nav__title" for = "__drawer" >
< a href = "https://docs.getpinry.com/" title = "Pinry Docs" class = "md-nav__button md-logo" aria-label = "Pinry Docs" >
2019-12-08 18:14:12 +00:00
2021-03-06 21:00:26 +08:00
< svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 24 24" > < path d = "M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54z" / > < / svg >
2019-12-08 18:14:12 +00:00
< / a >
Pinry Docs
< / label >
< div class = "md-nav__source" >
2021-03-06 21:00:26 +08:00
< a href = "https://github.com/pinry/pinry/" title = "Go to repository" class = "md-source" data-md-component = "source" >
< div class = "md-source__icon md-icon" >
< svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 448 512" > < path d = "M439.55 236.05L244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z" / > < / svg >
< / div >
2019-12-08 18:14:12 +00:00
< div class = "md-source__repository" >
pinry/pinry
< / div >
< / a >
< / div >
< ul class = "md-nav__list" data-md-scrollfix >
2021-03-06 21:00:26 +08:00
< li class = "md-nav__item" >
< a href = ".." class = "md-nav__link" >
Home
< / a >
< / li >
2019-12-08 18:14:12 +00:00
2021-03-06 21:00:26 +08:00
< li class = "md-nav__item" >
< a href = "../screenshots/" class = "md-nav__link" >
Screenshots
< / a >
< / li >
2019-12-08 18:14:12 +00:00
2021-03-06 21:00:26 +08:00
< li class = "md-nav__item" >
< a href = "../extensions/" class = "md-nav__link" >
Extensions
< / a >
< / li >
2019-12-08 19:24:30 +00:00
2021-03-06 21:00:26 +08:00
< li class = "md-nav__item" >
< a href = "../theories/" class = "md-nav__link" >
Theories
< / a >
< / li >
2019-12-08 19:24:30 +00:00
2021-03-06 21:00:26 +08:00
< li class = "md-nav__item" >
< a href = "../install-with-docker/" class = "md-nav__link" >
Install with Docker
< / a >
< / li >
2019-12-20 00:51:27 +08:00
2021-03-06 21:00:26 +08:00
< li class = "md-nav__item" >
< a href = "../development/" class = "md-nav__link" >
Development
< / a >
< / li >
2019-12-08 19:35:10 +00:00
2021-03-06 21:00:26 +08:00
< li class = "md-nav__item" >
< a href = "../plugin-system/" class = "md-nav__link" >
Plugin System
< / a >
< / li >
2020-05-08 11:06:48 +08:00
2021-03-06 21:00:26 +08:00
< li class = "md-nav__item" >
< a href = "../upgrade-guide/" class = "md-nav__link" >
Upgrade Guide
< / a >
< / li >
2020-07-18 16:35:25 +08:00
2019-12-08 18:14:12 +00:00
2021-03-06 21:00:26 +08:00
2019-12-08 18:14:12 +00:00
2021-03-06 21:00:26 +08:00
< li class = "md-nav__item md-nav__item--active" >
2019-12-08 18:14:12 +00:00
2021-03-06 21:00:26 +08:00
< input class = "md-nav__toggle md-toggle" data-md-toggle = "toc" type = "checkbox" id = "__toc" >
< a href = "./" class = "md-nav__link md-nav__link--active" >
Docs
< / a >
< / li >
2019-12-08 18:14:12 +00:00
2021-03-06 21:00:26 +08:00
< li class = "md-nav__item" >
< a href = "../passwords/" class = "md-nav__link" >
Passwords
< / a >
< / li >
2019-12-08 19:30:17 +00:00
2021-03-06 21:00:26 +08:00
< li class = "md-nav__item" >
< a href = "../assets/" class = "md-nav__link" >
Assets
< / a >
< / li >
2019-12-08 18:59:58 +00:00
2021-03-06 21:00:26 +08:00
< li class = "md-nav__item" >
< a href = "../contributing/" class = "md-nav__link" >
Contributing
< / a >
< / li >
2019-12-08 18:14:12 +00:00
2021-03-06 21:00:26 +08:00
< li class = "md-nav__item" >
< a href = "../license/" class = "md-nav__link" >
License
< / a >
< / li >
2019-12-08 18:14:12 +00:00
< / ul >
< / nav >
< / div >
< / div >
< / div >
2021-03-06 21:00:26 +08:00
< div class = "md-sidebar md-sidebar--secondary" data-md-component = "sidebar" data-md-type = "toc" >
2019-12-08 18:14:12 +00:00
< div class = "md-sidebar__scrollwrap" >
< div class = "md-sidebar__inner" >
2021-03-06 21:00:26 +08:00
< nav class = "md-nav md-nav--secondary" aria-label = "Table of contents" >
2019-12-08 18:14:12 +00:00
< / nav >
< / div >
< / div >
< / div >
2021-03-06 21:00:26 +08:00
< div class = "md-content" data-md-component = "content" >
2019-12-08 18:14:12 +00:00
< article class = "md-content__inner md-typeset" >
2021-03-06 21:00:26 +08:00
< a href = "https://github.com/pinry/pinry/edit/master/docs/src/docs.md" title = "Edit this page" class = "md-content__button md-icon" >
< svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 24 24" > < path d = "M20.71 7.04c.39-.39.39-1.04 0-1.41l-2.34-2.34c-.37-.39-1.02-.39-1.41 0l-1.84 1.83 3.75 3.75M3 17.25V21h3.75L17.81 9.93l-3.75-3.75L3 17.25z" / > < / svg >
< / a >
2019-12-08 18:14:12 +00:00
< h1 id = "docs" > Docs< a class = "headerlink" href = "#docs" title = "Permanent link" > ¶ < / a > < / h1 >
2019-12-08 18:26:16 +00:00
< p > Pinry's docs are built with < code > mkdocs< / code > . If you have dev dependencies
2019-12-08 18:14:12 +00:00
installed, < code > pipenv install --dev< / code > , then you can use the following commands:< / p >
< ul >
2019-12-08 18:26:16 +00:00
< li > < code > make docs-serve< / code > for testing< / li >
< li > < code > make docs-build< / code > to build the files< / li >
< li > < code > make docs-publish< / code > to publish to github< / li >
2019-12-08 18:14:12 +00:00
< / ul >
< / article >
< / div >
< / div >
< / main >
< footer class = "md-footer" >
2021-03-06 21:00:26 +08:00
< nav class = "md-footer__inner md-grid" aria-label = "Footer" >
< a href = "../upgrade-guide/" class = "md-footer__link md-footer__link--prev" rel = "prev" >
< div class = "md-footer__button md-icon" >
< svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 24 24" > < path d = "M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z" / > < / svg >
< / div >
< div class = "md-footer__title" >
< div class = "md-ellipsis" >
< span class = "md-footer__direction" >
Previous
2019-12-08 18:14:12 +00:00
< / span >
2021-03-06 21:00:26 +08:00
Upgrade Guide
2019-12-08 18:14:12 +00:00
< / div >
2021-03-06 21:00:26 +08:00
< / div >
< / a >
< a href = "../passwords/" class = "md-footer__link md-footer__link--next" rel = "next" >
< div class = "md-footer__title" >
< div class = "md-ellipsis" >
< span class = "md-footer__direction" >
Next
2019-12-08 18:14:12 +00:00
< / span >
2021-03-06 21:00:26 +08:00
Passwords
2019-12-08 18:14:12 +00:00
< / div >
2021-03-06 21:00:26 +08:00
< / div >
< div class = "md-footer__button md-icon" >
< svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 24 24" > < path d = "M4 11v2h12l-5.5 5.5 1.42 1.42L19.84 12l-7.92-7.92L10.5 5.5 16 11H4z" / > < / svg >
< / div >
< / a >
< / nav >
2019-12-08 18:14:12 +00:00
< div class = "md-footer-meta md-typeset" >
< div class = "md-footer-meta__inner md-grid" >
< div class = "md-footer-copyright" >
< div class = "md-footer-copyright__highlight" >
Copyright © 2019 Pinry's Contributors
< / div >
2021-03-06 21:00:26 +08:00
Made with
< a href = "https://squidfunk.github.io/mkdocs-material/" target = "_blank" rel = "noopener" >
Material for MkDocs
< / a >
2019-12-08 18:14:12 +00:00
< / div >
< div class = "md-footer-social" >
2021-03-06 21:00:26 +08:00
< a href = "https://github.com/sundowndev/PhoneInfoga" target = "_blank" rel = "noopener" title = "github.com" class = "md-footer-social__link" >
< svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 480 512" > < path d = "M186.1 328.7c0 20.9-10.9 55.1-36.7 55.1s-36.7-34.2-36.7-55.1 10.9-55.1 36.7-55.1 36.7 34.2 36.7 55.1zM480 278.2c0 31.9-3.2 65.7-17.5 95-37.9 76.6-142.1 74.8-216.7 74.8-75.8 0-186.2 2.7-225.6-74.8-14.6-29-20.2-63.1-20.2-95 0-41.9 13.9-81.5 41.5-113.6-5.2-15.8-7.7-32.4-7.7-48.8 0-21.5 4.9-32.3 14.6-51.8 45.3 0 74.3 9 108.8 36 29-6.9 58.8-10 88.7-10 27 0 54.2 2.9 80.4 9.2 34-26.7 63-35.2 107.8-35.2 9.8 19.5 14.6 30.3 14.6 51.8 0 16.4-2.6 32.7-7.7 48.2 27.5 32.4 39 72.3 39 114.2zm-64.3 50.5c0-43.9-26.7-82.6-73.5-82.6-18.9 0-37 3.4-56 6-14.9 2.3-29.8 3.2-45.1 3.2-15.2 0-30.1-.9-45.1-3.2-18.7-2.6-37-6-56-6-46.8 0-73.5 38.7-73.5 82.6 0 87.8 80.4 101.3 150.4 101.3h48.2c70.3 0 150.6-13.4 150.6-101.3zm-82.6-55.1c-25.8 0-36.7 34.2-36.7 55.1s10.9 55.1 36.7 55.1 36.7-34.2 36.7-55.1-10.9-55.1-36.7-55.1z" / > < / svg >
< / a >
2019-12-08 18:14:12 +00:00
< / div >
< / div >
< / div >
< / footer >
< / div >
2021-03-06 21:00:26 +08:00
< div class = "md-dialog" data-md-component = "dialog" >
< div class = "md-dialog__inner md-typeset" > < / div >
< / div >
< script id = "__config" type = "application/json" > { "base" : ".." , "features" : [ ] , "translations" : { "clipboard.copy" : "Copy to clipboard" , "clipboard.copied" : "Copied to clipboard" , "search.config.lang" : "en" , "search.config.pipeline" : "trimmer, stopWordFilter" , "search.config.separator" : "[\\s\\-]+" , "search.placeholder" : "Search" , "search.result.placeholder" : "Type to start searching" , "search.result.none" : "No matching documents" , "search.result.one" : "1 matching document" , "search.result.other" : "# matching documents" , "search.result.more.one" : "1 more on this page" , "search.result.more.other" : "# more on this page" , "search.result.term.missing" : "Missing" } , "search" : "../assets/javascripts/workers/search.fb4a9340.min.js" , "version" : null } < / script >
2019-12-08 18:14:12 +00:00
2021-03-06 21:00:26 +08:00
< script src = "../assets/javascripts/bundle.9b151c6a.min.js" > < / script >
2019-12-08 18:14:12 +00:00
< / body >
< / html >