Use Doctum instead of Sami (#761)

* Use Doctum instead of Sami

- Fix .gitignore
- Move the process to docs
- Add .gitattributes

* Fix the symfony/process versions after sami was removed

Used the maximum version of 2.x and forced 3.3 before deprecation in 3.4
This commit is contained in:
William Desportes 2020-10-12 16:04:21 +02:00 committed by GitHub
commit 6a61d67288
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 48 additions and 23 deletions

4
.gitattributes vendored Normal file
View file

@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
.github export-ignore
docs export-ignore