forked from mirrors/jj
Deployed 5bd7588
to prerelease with MkDocs 1.6.0 and mike 2.1.1
This commit is contained in:
parent
0b7cd9d1cc
commit
1d368dcf2a
2 changed files with 16 additions and 1 deletions
15
prerelease/branches/index.html
Normal file
15
prerelease/branches/index.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Redirecting...</title>
|
||||
<link rel="canonical" href="../bookmarks/">
|
||||
<meta name="robots" content="noindex">
|
||||
<script>var anchor=window.location.hash.substr(1);location.href="../bookmarks/"+(anchor?"#"+anchor:"")</script>
|
||||
<meta http-equiv="refresh" content="0; url=../bookmarks/">
|
||||
</head>
|
||||
<body>
|
||||
Redirecting...
|
||||
</body>
|
||||
</html>
|
|
@ -1789,7 +1789,7 @@ test and document.</p>
|
|||
<p>The commit message should describe the changes in the commit;
|
||||
the PR description can even be empty, but feel free to include a personal
|
||||
message. We write commit messages in an affected component style and don't use
|
||||
<a href="www.conventionalcommits.org/en/v1.0.0/">conventional commits</a>. This means if
|
||||
<a href="https://www.conventionalcommits.org/en/v1.0.0/">conventional commits</a>. This means if
|
||||
you modified a command in the CLI, use its name as the topic, e.g
|
||||
<code>next/prev: <your-modification></code> or <code>conflicts: <your-modification></code>. We don't
|
||||
currently have a specific guidelines on what to write in the topic field, but
|
||||
|
|
Loading…
Reference in a new issue