Skip to content
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

Get docusaurus building #1434

Open
wants to merge 3 commits into
base: fdc3-for-web-impl
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ website/build/
website/static/toolbox
website/node_modules
website/i18n/*
website/package-lock.json
website/.docusaurus/**
website/.docusaurus/
website/static/schemas/next/*
test-results.xml


Expand Down
92 changes: 0 additions & 92 deletions docs/context/ref/Action.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/fdc3-context/generated/context/ContextTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export type ActionType = "broadcast" | "raiseIntent";
export interface AppIdentifier {
/**
* The unique application identifier located within a specific application directory
* instance. An example of an appId might be 'app@sub.root'
* instance. An example of an appId might be 'app@sub.root'.
*/
appId: string;
/**
Expand Down
2,874 changes: 1,437 additions & 1,437 deletions packages/fdc3-schema/generated/api/BrowserTypes.ts

Large diffs are not rendered by default.

Loading
Loading