Add versioning

This commit is contained in:
Skylar Ittner 2026-02-13 14:05:29 -07:00
parent 7af18f79ab
commit f2fe44da96
3 changed files with 12 additions and 6 deletions

View File

@ -1,4 +1,5 @@
site_name: PostalPoint Plugin Development
remote_branch: public
theme:
name: material
custom_dir: overrides
@ -15,11 +16,22 @@ extra:
provider: custom
url: analytics.netsyms.net
siteid: 57
version:
provider: mike
alias: true
extra_css:
- assets/styles.css
plugins:
- privacy
- search
- mike:
alias_type: symlink
redirect_template: null
deploy_prefix: ''
canonical_version: null
version_selector: true
css_dir: css
javascript_dir: js
markdown_extensions:
- def_list
- pymdownx.highlight:

View File

@ -1,6 +0,0 @@
#!/bin/bash
./build.sh
mkdocs build
rsync -rv site/ webhost.netsyms.net:/var/www/dev.postalpoint.app/web