[bot] "documentation_updates" Wed Jul 14 17:35:44 UTC 2021

This commit is contained in:
SpacemacsBot 2021-07-14 17:35:44 +00:00 committed by Eugene Yaremenko
parent 964faf49b1
commit 5b3786f520
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#+TITLE: Continuous Integration
* Table of Contents                     :TOC_5_gh:noexport:
* Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]]
- [[#overview][Overview]]
- [[#tldr][TLDR]]
@ -18,7 +18,7 @@ it solves. =It is works in progress.=
* Overview
** TLDR
Spacemacs is big - the active maintainers team is small. The more we can
automate - the better. We use [[https://circleci.com/][CircleCI]], [[https://github.com/features/actions][GitHub Actions]] and [[https://www.docker.com/][Docker]] to test PRs,
automate - the better. We use  [[https://circleci.com/][CircleCI]], [[https://github.com/features/actions][GitHub Actions]] and [[https://www.docker.com/][Docker]] to test PRs,
update/fixi documentation and exporting it to [[https://develop.spacemacs.org/]].
Most of the code is just a bunch of bash/ELisp scripts and yml files, but