Skip to content

Commit 47802dd

Browse files
authored
docs: beta1 release (#12)
* chore: beta1 docs Signed-off-by: Sam Gammon <[email protected]> * chore: update gh action for writerside Signed-off-by: Sam Gammon <[email protected]> * docs: continued doc updates for `beta1` Signed-off-by: Sam Gammon <[email protected]> * docs: continued doc updates for `beta1` Signed-off-by: Sam Gammon <[email protected]> * docs: document gha support Signed-off-by: Sam Gammon <[email protected]> * docs: continued doc updates for `beta1` Signed-off-by: Sam Gammon <[email protected]> * docs: continued doc updates for `beta1` Signed-off-by: Sam Gammon <[email protected]> * docs: continued doc updates for `beta1` Signed-off-by: Sam Gammon <[email protected]> * chore: update apidocs Signed-off-by: Sam Gammon <[email protected]> * fix: apidocs prefix during deploy Signed-off-by: Sam Gammon <[email protected]> * chore: link to api docs from main Signed-off-by: Sam Gammon <[email protected]> --------- Signed-off-by: Sam Gammon <[email protected]> Signed-off-by: Sam Gammon <[email protected]>
1 parent ccd65c7 commit 47802dd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1110
-504
lines changed

.github/workflows/build-docs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ permissions:
1111
env:
1212
INSTANCE: 'Writerside/e'
1313
ARTIFACT: 'webHelpE2-all.zip'
14-
DOCKER_VERSION: '241.15989'
14+
DOCKER_VERSION: '243.22562'
1515
ALGOLIA_ARTIFACT: 'algolia-indexes-E.zip'
16-
ALGOLIA_APP_NAME: 'GPZ3MWT2LQ'
16+
ALGOLIA_APP_NAME: '6PJZ7B6YKU'
1717
ALGOLIA_INDEX_NAME: 'dev_elide_docs'
1818
CONFIG_JSON_PRODUCT: 'E'
19-
CONFIG_JSON_VERSION: '1.0.0-alpha13'
19+
CONFIG_JSON_VERSION: '1.0.0-beta1'
2020

2121
jobs:
2222
build:
@@ -88,10 +88,10 @@ jobs:
8888

8989
- name: Create API docs layout
9090
run: |
91-
mkdir -p dir/api
91+
mkdir -p dir/
9292
cp -fv apidocs.tgz dir/
9393
cd dir
94-
tar --strip-components=1 -xzf apidocs.tgz
94+
tar -xzf apidocs.tgz
9595
rm -fv apidocs.tgz
9696
cd ..
9797
echo "API docs unpacked."

API/1.0.0-beta1.tgz

30.2 MB
Binary file not shown.

API/latest.tgz

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
./1.0.0-alpha10.tgz
1+
1.0.0-beta1.tgz
28.8 KB
Loading
22.7 KB
Loading
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 45 additions & 0 deletions
Loading
-258 KB
Loading
-230 KB
Binary file not shown.

Writerside/c.list

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
<category id="referenceDocs" name="Reference documentation" order="2"/>
77
<category id="wrs" name="Writerside documentation" order="3"/>
88
<category id="gettingStarted" name="Getting Started with %product%" order="4" />
9+
<category id="architecture" name="%product%'s architecture" order="5" />
910
</categories>

0 commit comments

Comments
 (0)