22 Commits

Author SHA1 Message Date
Quinn Casey
34d4c17bc2 Merge pull request #161 from stumpylog/multistep-build
Refactor: Do the npm compile as a Build step in docker (Multistep build)
2022-02-28 06:09:17 -08:00
Quinn Casey
be8c689076 Fix typo in extending.rst
```
unknown shorthand flag: 'r' in -restart
See 'docker run --help'.
```

I think this should be `--restart`
2022-02-27 17:02:00 -08:00
Trenton Holmes
1a0d6b332a Adds missing step to run npm install 2022-02-25 14:23:40 -08:00
Toxix
bb507529db Doc Update docs for frontend-compile
As frontend compile step is done now inside docker container, we do not
need to do it before. This is updating the documentation so it reflects
the code changes made.
2022-02-25 14:23:40 -08:00
Filip Kraus
8f384f9ac9 Update name in docs (#80)
* Update name in docs

Will document on #52 what's left do do.

* Update usage_overview.rst
2022-02-18 09:42:55 +01:00
Marcin Gordziejewski
8df3b1dba6 Add a note in extending.rst on python version requirements and pyenv suggestion 2022-02-16 00:13:23 +01:00
Michael Lynch
96738277d9 Normalize whitespace in source files
Ensure that no source files have trailing whitespace at end of lines and ensure that all files end with a single trailing newline.

This also adds Github Actions to enforce whitespace conventions.
2021-06-13 10:57:40 -04:00
jonaswinkler
7d38c67f7d fix typo 2021-03-06 12:08:52 +01:00
jonaswinkler
05513edb20 instructions on building the docker image 2021-03-06 11:47:11 +01:00
jonaswinkler
26df2a0753 documentation changes 2021-02-26 15:29:33 +01:00
Sebastian König
719b8ec4eb Minor changes 2021-02-26 12:50:12 +01:00
Sebastian König
d337d2e690 Added First-Time Step-by-Step procedure and CopyPaste lists of depeendencies to the docs 2021-02-26 09:49:36 +01:00
Christopher Nethercott
e001921fd1 Fixed typo of scripts 2021-02-25 14:16:22 +00:00
jonaswinkler
77b11bd27b documentation on how to build the documentation 2021-02-21 13:43:54 +01:00
jonaswinkler
08035a2fc4 a couple changes to the documentation 2021-01-14 02:09:06 +01:00
jonaswinkler
fdf3c04014 documentation. 2020-12-06 14:41:14 +01:00
jonaswinkler
0e9d88ef7d test cases for #67 2020-11-29 15:47:56 +01:00
jonaswinkler
0afc16c9d5 we now have some documentation on how to start development. 2020-11-29 13:08:00 +01:00
Jonas Winkler
32e481c02f more docs 2020-11-13 21:06:05 +01:00
jenspfeifle
76f110cd74 update links to reflect move to the-paperless-project 2019-03-05 21:54:59 +01:00
Daniel Quinn
36366ab5a1 Fix docs to better reflect reality of extensions 2018-02-04 13:33:08 +00:00
Daniel Quinn
196ae8df90 Add section for extending 2018-02-03 15:31:20 +00:00