Skip to content

Commit

Permalink
docs: temp WIP
Browse files Browse the repository at this point in the history
Signed-off-by: msclock <msclock@qq.com>
  • Loading branch information
msclock committed Mar 5, 2024
1 parent f13bcf3 commit dd1d3fd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"cmake.useCMakePresets": "always",
"cmake.options.statusBarVisibility": "visible",
"files.exclude": {
"**/.clangd/**": true
},
Expand Down Expand Up @@ -97,5 +98,5 @@
"memory_resource": "cpp",
"numbers": "cpp",
"semaphore": "cpp"
},
}
}
5 changes: 4 additions & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"generator": "Ninja",
"hidden": true,
"binaryDir": "${sourceDir}/out/build/${presetName}",
"installDir": "${sourceDir}/out/install/${presetName}"
"installDir": "${sourceDir}/out/install/${presetName}",
"cacheVariables": {
"CMAKE_VERBOSE_MAKEFILE": "FALSE"
}
},
{
"name": "x64",
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Commit messages must follow our convention based on the
[Angular style](https://gist.github.com/stephenparish/9941e89d80e2bc58a153#format-of-the-commit-message)
or the [Karma convention](https://karma-runner.github.io/4.0/dev/git-commit-msg.html):

```txt
```tex
<type>[(scope)]: Subject
[Body]
Expand Down Expand Up @@ -65,7 +65,7 @@ If you write a body, please add trailers at the end
(for example issues and PR references, or co-authors),
without relying on GitHub's flavored Markdown:

```txt
```tex
Body.
Issue #10: https://github.com/namespace/project/issues/10
Expand Down
2 changes: 2 additions & 0 deletions docs/contributing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```{include} ../CONTRIBUTING.md
```
1 change: 1 addition & 0 deletions docs/development.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Development

0 comments on commit dd1d3fd

Please sign in to comment.