Commit graph

21 commits

Author SHA1 Message Date
Marc Durdin
d1aef64460 chore(developer): deploy compiler messages to help site
Fixes #10889.

This involved a bit more refactoring to help-keyman-com.sh in order to
allow for multiple paths to be uploaded.

I opted _not_ to move the entire Keyman Developer documentation into
this repository, partly because a number of pages are still in PHP
rather than Markdown.
2024-03-01 11:01:47 +07:00
Marc Durdin
99e5b1951e feat(developer): publish api documentation to help.keyman.com
Relates to #10207.
2024-02-26 13:48:32 +07:00
Marc Durdin
0448fbd681 chore: include ci/pull-requests.inc.sh for help uploads 2023-10-31 04:50:28 +07:00
Marc Durdin
6c00656849 chore(common): unify pull-request creation scripts
Fixes #9886.
2023-10-30 06:22:52 +07:00
Eberhard Beilharz
e0ec56aa12
fix(linux): Fix creation of markdown help files for Linux
Fixes [help.keyman.com #725](https://github.com/keymanapp/help.keyman.com/issues/725).
2023-06-13 08:41:13 +02:00
Marc Durdin
350808bd5d chore(common): fixup tests and various typo tweaks
When running tests, discovered a number of typos in builder.inc.sh.

Also fixup pathing for builder include for all scripts under resources/
to ensure that we can maximize performance.
2023-03-13 09:43:09 +07:00
Marc Durdin
ce864ea923 chore: update standard script prolog to use builtin instead of dirname 2023-02-22 11:04:15 +07:00
Marc Durdin
463c7ff907 chore: remove greadlink from standard script prolog 2023-02-22 10:43:06 +07:00
Marc Durdin
767927bf16 chore(common): use /usr/bin/env bash
Fixes up scripts (except under /linux) to use `#!/usr/bin/env bash`
instead of `#!/bin/bash` or `#!/bin/sh` so that we don't end up with
the ancient version of bash supplied with macOS.

This became urgent with this PR, because of bash-4.xisms in
build-utils.sh, for example on line 572:

```
if [[ -v _builder_params[$e] ]]; then
```
2022-07-25 14:59:37 +10:00
Marc Durdin
b7a9277350 fix: help.keyman.com script file cleanup 2021-09-27 17:17:45 +10:00
Eberhard Beilharz
004ab1d48a
feat(linux): Auto-generate reference help
Closes #4419
2021-06-21 18:32:36 +02:00
Darcy Wong
b10ae8b0d4 fix(common/resources): Fix help.keyman.com path for CI 2021-03-02 08:41:44 +07:00
Darcy Wong
cf758452c0 fix(common): Set help-keyman.com.sh executable 2021-02-24 09:35:40 +07:00
Darcy Wong
78f6be1c64 fix(common/resources): Fix help.keyman.com path for commit 2021-02-11 06:52:33 +07:00
Darcy Wong
02f2e3e5ff fix(common/resources): Just use master branch for help.keyman.com 2021-02-10 06:55:20 +07:00
Darcy Wong
81eaadce58 fix(common): Use long --help parameter 2021-02-09 17:15:17 +07:00
Darcy Wong
32420f832d
Apply suggestions from code review
Co-authored-by: Marc Durdin <marc@durdin.net>
2021-02-09 17:10:19 +07:00
Darcy Wong
6065e36fa4 chore(common): Add note to build windows help first 2021-02-09 11:56:40 +07:00
Darcy Wong
1fdaf59f6c fix(common): Use platform parameter instead of environment var 2021-02-09 11:49:00 +07:00
Darcy Wong
56b4b4c23b change(common): Update help-keyman-com.sh for other platforms 2021-02-08 09:51:58 +07:00
Darcy Wong
90bb475bcd chore(common): Move help-keyman-com.sh for refactoring 2021-02-08 08:37:52 +07:00
Renamed from windows/src/buildtools/help-keyman-com.sh (Browse further)