-
Notifications
You must be signed in to change notification settings - Fork 1
Docs/api ref #48
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
Docs/api ref #48
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
421ad6d
initial sdk docs
wixysam 62ac67d
clean up client docs
wixysam 1e8fe01
more docs including client, agents, and auth
wixysam b21a70d
more initial docs
wixysam 48c7a13
working sdk docs setup
adamfri b973811
more updates to initial docs
wixysam 16ed167
Merge sdk-docs-setup-ready branch for Mintlify docs generation
wixysam 5abd611
more updates
wixysam 6827d90
final docs setup (we hope)
adamfri 9bff1cf
some more changes
wixysam 76dadf8
Merge branch 'docs/api-ref' of https://github.com/base44-dev/javascri…
wixysam 4ccc529
fix nested return types
adamfri cf8abc2
reformat single response fields
adamfri 8129433
support for Partials
adamfri 9b42315
more updates
wixysam fc028fd
Merge branch 'docs/api-ref' of https://github.com/base44-dev/javascri…
wixysam bc70442
some changes to processing
wixysam fd898ae
changes to module names
wixysam da38a14
turn off Panel generation, fix headings, CSS for TOCs
adamfri da0c93b
more updates
wixysam 9ee33f9
more updates
wixysam 322d71d
more updates
wixysam 1276819
more updates
wixysam a1c9462
minor fixes
wixysam 45ce179
Add missing type definitions for TypeScript compilation
wixysam daf8a0f
Merge main branch and resolve conflicts
wixysam 0559309
Use @types/node@^24.10.1 (v25 not available yet)
wixysam 56a632d
Regenerate package-lock.json to fix npm ci errors
wixysam 7d7f1d3
Use @types/node@^25.0.1 to match main (now available)
wixysam 06d4729
fix for failing check
wixysam 38c0a74
remove yark.locl
wixysam 6db6206
Merge main into docs/api-ref and resolve conflicts
wixysam 87c14ff
resolve conflicts
wixysam 3f742be
Trigger GitHub to recheck merge status
wixysam 98cef6d
fix package lock
netanelgilad 4dffd86
validate branch
netanelgilad 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 |
|---|---|---|
|
|
@@ -56,4 +56,7 @@ logs | |
| *.tsbuildinfo | ||
|
|
||
| # Optional REPL history | ||
| .node_repl_history | ||
| .node_repl_history | ||
|
|
||
| # Docs | ||
| docs/ | ||
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 @@ | ||
| npm_config_registry=https://registry.npmjs.org |
Large diffs are not rendered by default.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| { | ||
| "interfaces/EntitiesModule": "interfaces/EntityHandler", | ||
| "type-aliases/integrations": "interfaces/CoreIntegrations" | ||
| } |
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,5 @@ | ||
| { | ||
| "functions": "Client", | ||
| "interfaces": "Modules", | ||
| "type-aliases": "Modules" | ||
| } |
62 changes: 62 additions & 0 deletions
62
scripts/mintlify-post-processing/file-processing/docs-json-template.json
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,62 @@ | ||
| { | ||
| "$schema": "https://mintlify.com/docs.json", | ||
| "theme": "mint", | ||
| "name": "Base44 Support Documentation", | ||
| "integrations": { | ||
| "mixpanel": { | ||
| "projectToken": "cc6e9e106e4b833fc3a3819c11b74138" | ||
| } | ||
| }, | ||
| "colors": { | ||
| "primary": "#FF5500", | ||
| "light": "#EEE2C0", | ||
| "dark": "#FF5500" | ||
| }, | ||
| "navigation": { | ||
| "tabs": [ | ||
| { | ||
| "tab": "SDK Reference", | ||
| "groups": [ | ||
| { | ||
| "group": "Main Methods", | ||
| "pages": [ | ||
| "content/functions/createClient", | ||
| "content/functions/createClientFromRequest", | ||
| "content/functions/getAccessToken", | ||
| "content/functions/saveAccessToken", | ||
| "content/functions/removeAccessToken", | ||
| "content/functions/getLoginUrl" | ||
| ] | ||
| }, | ||
| { | ||
| "group": "Modules", | ||
| "pages": ["content/interfaces/Auth"] | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| }, | ||
| "navbar": { | ||
| "links": [ | ||
| { | ||
| "label": "Support", | ||
| "href": "https://app.base44.com/support/conversations" | ||
| } | ||
| ], | ||
| "primary": { | ||
| "type": "button", | ||
| "label": "Base44", | ||
| "href": "https://base44.com/?utm_source=Mintlify&utm_medium=Main&utm_content=menu" | ||
| } | ||
| }, | ||
| "footer": { | ||
| "socials": { | ||
| "twitter": "https://x.com/base_44", | ||
| "discord": "https://discord.com/invite/ThpYPZpVts", | ||
| "linkedin": "https://www.linkedin.com/company/base44" | ||
| } | ||
| }, | ||
| "custom": { | ||
| "stylesheets": ["/styling.css"] | ||
| } | ||
| } | ||
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.