Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ permissions:
env:
INSTANCE: 'Writerside/e'
ARTIFACT: 'webHelpE2-all.zip'
DOCKER_VERSION: '241.15989'
DOCKER_VERSION: '243.22562'
ALGOLIA_ARTIFACT: 'algolia-indexes-E.zip'
ALGOLIA_APP_NAME: 'GPZ3MWT2LQ'
ALGOLIA_APP_NAME: '6PJZ7B6YKU'
ALGOLIA_INDEX_NAME: 'dev_elide_docs'
CONFIG_JSON_PRODUCT: 'E'
CONFIG_JSON_VERSION: '1.0.0-alpha13'
CONFIG_JSON_VERSION: '1.0.0-beta1'

jobs:
build:
Expand Down Expand Up @@ -88,10 +88,10 @@ jobs:

- name: Create API docs layout
run: |
mkdir -p dir/api
mkdir -p dir/
cp -fv apidocs.tgz dir/
cd dir
tar --strip-components=1 -xzf apidocs.tgz
tar -xzf apidocs.tgz
rm -fv apidocs.tgz
cd ..
echo "API docs unpacked."
Expand Down
Binary file added API/1.0.0-beta1.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion API/latest.tgz
Binary file added Creative/images/benchmarks/bench-js-vs-ts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions Creative/images/benchmarks/graalpy-performance.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 45 additions & 0 deletions Creative/images/benchmarks/oxc-parsing.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Creative/images/procedures/bin-help.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Creative/images/procedures/bin-selftest.png
Binary file not shown.
1 change: 1 addition & 0 deletions Writerside/c.list
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
<category id="referenceDocs" name="Reference documentation" order="2"/>
<category id="wrs" name="Writerside documentation" order="3"/>
<category id="gettingStarted" name="Getting Started with %product%" order="4" />
<category id="architecture" name="%product%'s architecture" order="5" />
</categories>
12 changes: 11 additions & 1 deletion Writerside/cfg/analytics_head.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,14 @@
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-MJRGMMMX');</script>
})(window,document,'script','dataLayer','GTM-MJRGMMMX');</script>
<style type="text/css">
.wh-header__product-logo--custom {
width: 32px;
max-width: 32px;
height: 32px;
max-height: 32px;
margin-right: 16px;
margin-top: 7px;
}
</style>
Loading