-
Notifications
You must be signed in to change notification settings - Fork 17
chore: Improve builder-server documentation #792
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
7478fa7
chore: Add API documentation
cyaiox ecaa6ea
chore: Add DB schemas
cyaiox c8b62b5
chore: Add AI agent context docs
cyaiox e3f517d
chore: Update README
cyaiox 746e177
chore: Migrate to node 24
cyaiox 7f6714a
chore: Add OpenAI pipeline
cyaiox 2430f7c
fix: Permission during building docs
cyaiox 93e1b76
fix: Add link reference to the ADR-44
cyaiox b42ea20
fix: npm ci
cyaiox 3ee58a4
docs: Update readme
cyaiox 3230f40
chore: Update .env.default structure
cyaiox File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| API_VERSION=v1 | ||
| AWS_BUCKET_NAME= | ||
| AWS_ACCESS_KEY= | ||
| AWS_ACCESS_SECRET= | ||
| AWS_BUCKET_NAME= | ||
| AWS_MAX_FILE_SIZE=26214400 | ||
| AWS_STORAGE_URL= | ||
| BUILDER_SERVER_URL=https://builder-api.decentraland.org | ||
| BUILDER_SHARE_URL=https://share.decentraland.org | ||
| BUILDER_URL=https://builder.decentraland.org | ||
| CHAIN_NAME=Ethereum Mainnet | ||
| COLLECTIONS_GRAPH_URL=https://subgraph.decentraland.org/collections-matic-mainnet | ||
| CONNECTION_STRING='postgres://localhost:5432/builder' | ||
| DEFAULT_ASSET_PACK_CACHE=86400000 | ||
| DEFAULT_ETH_ADDRESS= | ||
| DEFAULT_USER_ID= | ||
| EXPLORER_URL=https://play.decentraland.org | ||
| FORUM_API_KEY= | ||
| FORUM_API_USERNAME= | ||
| FORUM_CATEGORY= | ||
| FORUM_URL=https://forum.decentraland.org | ||
| GRAPH_QUERY_TIMEOUT=10000 | ||
| IPFS_URL=https://ipfs.infura.io:5001 | ||
| IPFS_PROJECT_ID= | ||
| IPFS_API_KEY= | ||
| OPEN_SEA_URL=https://api.opensea.io/api/v2 | ||
| PEER_URL=https://peer.decentraland.org | ||
| RPC_URL=https://rpc.decentraland.org/polygon | ||
| SERVER_PORT=5000 | ||
| THIRD_PARTY_GRAPH_URL=https://subgraph.decentraland.org/tpr-matic-mainnet | ||
| CORS_ORIGIN='http://localhost:5173' | ||
| CORS_METHOD=* | ||
| WAREHOUSE_CONTEXT_PREFIX= | ||
| WAREHOUSE_URL= | ||
| WAREHOUSE_TOKEN= | ||
| WKC_METRICS_BEARER_TOKEN= |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| name: build-app-docs | ||
|
|
||
| on: | ||
| push: | ||
| branches: [main] | ||
| paths: | ||
| - 'docs/**' | ||
| pull_request: | ||
| paths: | ||
| - 'docs/**' | ||
|
|
||
| jobs: | ||
| build: | ||
| permissions: | ||
| contents: read | ||
| uses: decentraland/platform-actions/.github/workflows/apps-docs.yml@main | ||
| with: | ||
| api-spec-file: 'docs/openapi.yaml' | ||
| api-spec-name: 'builder-server-api' | ||
| node-version: '24' | ||
| secrets: inherit | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.