Andrew Morgan
007bc8e0b9
Mention that 'npm i' will install git submodules
2022-11-08 16:21:08 +00:00
Andrew Morgan
3313b6a0a5
Download hugo submodule and its deps when running npm i
...
This commit adds a bit of helper code to the top-level package.json to
always ensure that the `themes/docsy` submodule is checked out and that
its nodejs dependencies are installed. Thus, we can remove the need to
download git submodules directly. Instead they will be loaded when running
`npm i`.
We also don't need to load submodules recursively anymore, as docsy has
removed any submodules from its repo since the last time we updated the
theme.
The `--depth 1` bit of `git submodule update --init --depth 1` tells git
to only check out the latest commit of any submodules - saving bandwidth
and space.
2022-11-01 18:31:07 +00:00
Richard van der Hoff
614680675f
Fix broken links to matrix-doc ( #1032 )
...
The spec has moved to https://github.com/matrix-org/matrix-spec , so there were
a lot of broken links here.
2022-04-20 16:36:14 +01:00
Andrew Morgan
5a54ca66d1
Replace deprecated Page.Dir with Page.File.Dir ( #988 )
2022-03-29 15:03:41 +01:00
Aaron Raimist
bde18bf98e
Remove mention of /proposals from README
...
95edf9b494 removed the folder from the repo
2022-03-01 19:52:58 -06:00
Richard van der Hoff
d74a43f7cf
update docker instructions in README ( #3502 )
...
you need the fancy hugos.
2021-11-19 10:54:40 +00:00
Richard van der Hoff
a187996383
Notes on how to use hugo from docker ( #3349 )
...
... and the minimum version required.
2021-08-27 19:17:18 +01:00
Travis Ralston
8f5c039273
Update readme for docs
2021-08-27 19:17:10 +01:00
Travis Ralston
7e6ab07f96
Line length and words
2021-08-27 19:17:10 +01:00
Travis Ralston
a2280c7815
s
2021-08-27 19:17:10 +01:00
Travis Ralston
b518e4ade0
Finish sentence
2021-08-27 19:17:10 +01:00
Travis Ralston
62896cdea9
Apply suggestions from code review
...
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
2021-08-27 19:17:10 +01:00
Richard van der Hoff
726be04841
remove documentation of non-existent directory
2021-08-27 19:17:10 +01:00
Travis Ralston
52cd88f070
Rewrite readme and update contributor docs
...
Incorporates https://github.com/matrix-org/matrix-doc/pull/3025/
2021-08-27 19:17:10 +01:00
Matthew Hodgson
d0dd75a18f
general editing throughout the overview section; merge in bits of erik's model to overview section and split the original back out into drats
2014-11-17 21:08:17 -08:00
Matthew Hodgson
06723d7465
first commit
2014-10-09 18:41:24 +02:00