Skip to content

Commit

Permalink
reorder commented out ar
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-418 committed Mar 14, 2024
1 parent 041cdf4 commit ec9e220
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions pagemaker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
Tool for automatically updating downloads page through source files.

## process
1. Updates are made to social media (`links.yml`) or release notes (`releases.yml`)
1. GitHub action `update.yml` is triggered
1. Go program `./pagemaker` executes
- reads files `links.yml` and `releases.yml`
- reads `/translations` for every localized language
- parses `/templates` for `common.json` and each `<language>.json`
1. Source data at `links.yml` or `releases.yml` can be updated
1. GitHub action `update.yml` will be automatically triggered to update pages
1. `update.yml` runs go program `./pagemaker` which
- reads source data at `links.yml` and `releases.yml`
- reads `translations` directory for every localized language
- parses `templates` directory for `common.json` and each `<language>.json`
- writes new README files with updated names, links and localizations
1. Changes are automatically committed
2 changes: 1 addition & 1 deletion pagemaker/templates/README.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

# {{ $tx.lantern }}
[![en](resources/English.svg)](README.md)
{{/* [![ar](resources/Arabic.svg)](README.ar.md) */}}
[![fa](resources/Farsi.svg)](README.fa.md)
[![ru](resources/Russian.svg)](README.ru.md)
[![zh](resources/Chinese.svg)](README.zh.md)
{{/* [![ar](resources/Arabic.svg)](README.ar.md) */}}
---
{{ $tx.summary }}

Expand Down

0 comments on commit ec9e220

Please sign in to comment.