Compare commits

...

2 Commits

Author SHA1 Message Date
mfahampshire 7bc2c070e8 pick yana's edits: remove specified callout theming 2024-10-21 11:20:32 +02:00
mfahampshire edce7a5d3f first pass new ci 2024-10-18 18:40:19 +02:00
5 changed files with 11 additions and 9 deletions
@@ -1,9 +1,10 @@
name: ci-sdk-docs-typescript
on:
workflow_dispatch:
pull_request:
paths:
- "sdk/typescript/**"
- "documentation/"
- "wasm/**"
jobs:
@@ -28,7 +29,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: "1.20"
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
@@ -36,7 +37,7 @@ jobs:
- name: Install wasm-opt
uses: ./.github/actions/install-wasm-opt
with:
version: '116'
version: "116"
- name: Build branch WASM packages
run: make sdk-wasm-build
-5
View File
@@ -464,11 +464,6 @@ const config = {
/developers/examples/monorepo-examples.html
/developers/integrations/payment-integration.html
*/
// {
// source: "",
// destination: "",
// permanent: true,
// },
];
},
images: {
+7 -1
View File
@@ -13,7 +13,7 @@ div.nextra-code-block > div {
scroll-y: auto !important;
}
/* whole div */
/* set width entire div */
.nx-mx-auto.nx-flex.nx-max-w-\[90rem\] {
max-width: 110rem;
padding: 0%;
@@ -70,6 +70,7 @@ div.nextra-code-block > div {
}
/* Callouts */
/*
.nextra-callout {
background-color: #fb6e4e21 !important;
}
@@ -77,16 +78,21 @@ div.nextra-code-block > div {
.nx-mt-6 .nx-leading-7 > p {
color: var(--colorPrimary) !important;
}
*/
/* Callout Secondary */
/*
:is(html .dark\:nx-border-yellow-200\/30) {
border-color: transparent !important;
}
*/
/* Callout Primary */
/*
:is(html .dark\:nx-border-blue-200\/30) {
border-color: var(--colorPrimary) !important;
}
*/
/* Chips*/
.chipContained {