Skip to content

Commit

Permalink
Merge pull request NixOS#353 from yukiisbored/move-contributing-to-to…
Browse files Browse the repository at this point in the history
…p-level

Move contributing from tutorials to top-level
  • Loading branch information
zupo authored Oct 22, 2022
2 parents 3c5fba5 + 7208071 commit 5015cb1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ clean:
.PHONY: html
html:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html

# support for Cloudflare Pages' redirects
@cp _redirects build/html/_redirects

@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."

Expand Down
1 change: 1 addition & 0 deletions _redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/tutorials/contributing /contributing 301
File renamed without changes.
1 change: 1 addition & 0 deletions source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ faq.rst
recommended-reading.rst
influences.rst
glossary.rst
contributing.rst
```
1 change: 0 additions & 1 deletion source/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ deploying-nixos-using-terraform.rst
installing-nixos-on-a-raspberry-pi.rst
integration-testing-using-virtual-machines.rst
cross-compilation.rst
contributing.rst
```

0 comments on commit 5015cb1

Please sign in to comment.