mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-29 02:30:03 +00:00
docs(wiki): initial revision (v0.1)
Contains both a first-draft of content as well as a comprehensive GH Action to replicate from docs/wiki to the `.wiki` sub-repo. The linting is non-blocking at the moment. - the existing markdown linking appears reliably rendered in GH but more testing needed. - style guide for contributions/expectations needs to be added to the wiki - **a significant re-work of the README** to re-direct users to the Wiki is needed to avoid doc duplication - updates to the PR templates and contributor guidelines to emphasize the importance of adding documentation is still needed
This commit is contained in:
parent
68a28fae0a
commit
f9a328022d
51 changed files with 1094 additions and 0 deletions
17
.github/annotations/wiki-lint-problem-matcher.json
vendored
Executable file
17
.github/annotations/wiki-lint-problem-matcher.json
vendored
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"problemMatcher": [
|
||||
{
|
||||
"owner": "pymarkdown-error",
|
||||
"severity": "error",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "^([^:]+):(\\d+):(\\d+):\\s+([^:]+:\\s+.+)$",
|
||||
"file": 1,
|
||||
"line": 2,
|
||||
"column": 3,
|
||||
"message": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue