remove options mode

This commit is contained in:
Egor Kovetskiy
2019-04-08 22:12:00 +03:00
parent 9d91b6cb7a
commit 7fe4542c0a
3 changed files with 110 additions and 136 deletions

View File

@@ -16,14 +16,6 @@ password = "matrixishere"
base_url = "http://confluence.local"
```
Mark can read Confluence page URL and markdown file path from another specified
configuration file, which you can specify using -c <file> flag. It is very
usable for git hooks. That file should have following format:
```toml
url = "http://confluence.local/pages/viewpage.action?pageId=123456"
file = "docs/README.md"
```
Mark understands extended file format, which, still being valid markdown,
contains several metadata headers, which can be used to locate page inside
Confluence instance and update it accordingly.