Skip to content

Commit

Permalink
Merge branch 'ws15' into 'master'
Browse files Browse the repository at this point in the history
WS15 branche principale

See merge request formation/workshops!221
  • Loading branch information
arnobnq committed Feb 14, 2023
2 parents 17aa78c + 212d4c1 commit 34d1d81
Show file tree
Hide file tree
Showing 43 changed files with 4,849 additions and 9 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,21 @@ Compile
-------------------------------------------------------------------------------

Each workshop is written under its own dedicated folder with standalones markdown
files (for instance [fr/ws14/140-postgresql_14.md](fr/ws14/140-postgresql_14.md))/
files (for instance [fr/ws15/150-postgresql_15.md](fr/ws15/150-postgresql_15.md))/

You can export the content using `make` by specifying the file extension you want

```
make fr/ws14/140-postgresql_14.handout.html
make fr/ws14/140-postgresql_14.epub
make fr/ws14/140-postgresql_14.pdf
make fr/ws14/140-postgresql_15.handout.html
make fr/ws14/140-postgresql_15.epub
make fr/ws14/140-postgresql_15.pdf
etc.
```

You can also build workshops within the same folder in all formats with:

```
make ws14
make ws15
```

Previous workshops generated files are versionned under `_archives_` folder with
Expand Down
2 changes: 1 addition & 1 deletion fr/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Démarrer un nouveau workshop

* Créer le sous-répertoire dans le dossier `fr/` ou/et `en/` (ex: `ws14`)
* Créer le sous-répertoire dans le dossier `fr/` ou/et `en/` (ex: `ws15`)
* Créer un fichier `.md` à la racine de ce répertoire
* Créer une nouvelle branche portant le même nom
* Modifier la variable `BRANCH_TARGET` dans le fichier `.gitlab-ci.yml`
Expand Down
13 changes: 10 additions & 3 deletions fr/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,19 @@ css: "https://public.dalibo.com/fancy-index/style.css"
# all generated files are moved to root directory, aside index.html
---

Nouveautés de PostgreSQL 15
--------------------------------------------------------------------------------

* Slides : [HTML](ws15/150-postgresql_15.slides.html) [PGSession 15](ws15/pgsession15.slides.html)
* Handout : [HTML](ws15/150-postgresql_15.handout.html) [PDF](ws15/150-postgresql_15.pdf)
* Mobile : [EPUB](ws15/150-postgresql_15.epub)

Nouveautés de PostgreSQL 14
--------------------------------------------------------------------------------

* Slides : [HTML](140-postgresql_14.slides.html) [PGSession 14](pgsession14.slides.html)
* Handout : [HTML](140-postgresql_14.handout.html) [PDF](140-postgresql_14.pdf)
* Mobile : [EPUB](140-postgresql_14.epub)
* Slides : [HTML](ws14/140-postgresql_14.slides.html) [PGSession 14](ws14/pgsession14.slides.html)
* Handout : [HTML](ws14/140-postgresql_14.handout.html) [PDF](ws14/140-postgresql_14.pdf)
* Mobile : [EPUB](ws14/140-postgresql_14.epub)

Nouveautés de PostgreSQL 13
--------------------------------------------------------------------------------
Expand Down
Loading

0 comments on commit 34d1d81

Please sign in to comment.