Skip to content

Commit

Permalink
Merge branch 'main' into refresh-classic-guides
Browse files Browse the repository at this point in the history
  • Loading branch information
JFWooten4 authored Feb 21, 2025
2 parents fae66ef + 399ee29 commit babb3ad
Show file tree
Hide file tree
Showing 235 changed files with 6,003 additions and 1,541 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,16 @@ jobs:
- name: Install App Dependencies
run: yarn --prefer-offline

- name: Check MDX
run: git update-index -g && yarn ci:mdx

- name: Show Diff if Prettier Fails
if: ${{ failure() }}
run: yarn diff:mdx && echo "::error::Prettier static analysis failed"

- name: Copy Files From Stellar CLI
run: yarn stellar-cli:build

- name: Check MDX
run: yarn check:mdx

- name: Build app
run: yarn build --locale en

Expand Down
343 changes: 0 additions & 343 deletions ap_versioned_docs/version-3.0.0/CONTRIBUTING.md

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,8 @@ In this guide we'll build anchor services for Circle's USDC on Stellar's test ne

```yaml
# dev.assets.yaml
assets:
- schema: stellar
code: USDC
issuer: GBBD47IF6LWK7P7MDEVSCWR7DPUWV3NY3DTQEVFL4NAT4AQH3ZLLFLA5
items:
- id: stellar:USDC:GBBD47IF6LWK7P7MDEVSCWR7DPUWV3NY3DTQEVFL4NAT4AQH3ZLLFLA5
distribution_account: GBLSAHONJRODSFTLOV225NZR4LHICH63RIFQTQN37L5CRTR2IMQ5UEK7
significant_decimals: 2
```
Expand Down
Loading

0 comments on commit babb3ad

Please sign in to comment.