1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00

docs: rename "doc" directory to "docs"

Also remove `CONTRIBUTING.adoc` and `FAQ.adoc` from project root since
GitHub knows to pick them up from the docs directory.

Fixes #2273
This commit is contained in:
Robert Helgesson 2021-08-17 19:28:04 +02:00
parent ad0fc085c7
commit 7ef3db3730
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
22 changed files with 4 additions and 6 deletions

View file

@ -6,7 +6,7 @@ let
cfg = config.manual;
docs = import ../doc { inherit lib pkgs; };
docs = import ../docs { inherit lib pkgs; };
in