Skip to content

Commit 2aaaf71

Browse files
committed
use dlang/dub-docs as github link, show in header
1 parent 6654216 commit 2aaaf71

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

docs/dub-guide/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ For more information see [Registries](../dub-reference/registries.md).
2222

2323
The documentation pages you are reading right now are also available on GitHub:
2424

25-
[https://github.com/WebFreak001/dub-docs-v2](https://github.com/WebFreak001/dub-docs-v2)
25+
[https://github.com/dlang/dub-docs](https://github.com/dlang/dub-docs)

docs/stylesheets/extra.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,3 @@ div.install.os-snap {
241241
div.install.os-openbsd {
242242
background-image: url(../images/product/openbsd_logo.png);
243243
}
244-
245-
/* hide table of contents, we use inline header links instead */
246-
247-
.md-header__source {
248-
display: none;
249-
}

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site_name: DUB Documentation
22

3-
repo_url: https://github.com/WebFreak001/dub-docs-v2
3+
repo_url: https://github.com/dlang/dub-docs
44

55
theme:
66
name: material

0 commit comments

Comments
 (0)