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

docs: move CONTRIBUTING-FACADE #4361

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
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
10 changes: 9 additions & 1 deletion packages/facade/docs/CONTRIBUTING.md → CONTRIBUTING-FACADE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# How to Contribute to Facade API

Facade API is an API layer of all other packages of Univer and it helps users to use Univer easily. For a detailed introduction of Facade API, please visit [Facade API](https://univer.ai/guides/sheet/facade/facade).
Facade API is an API layer of all other packages of Univer and it helps users to use Univer easily. For a detailed introduction of Facade API, please visit [Facade API](https://docs.univer.ai/en-US/guides/sheets/getting-started/facade).

## How to Contribute

Expand Down Expand Up @@ -31,6 +31,14 @@ export class FWorkbook {
}
```

## Specifications & Requirements

TODO @weird94

## Documentation

It is strongly suggested to add documentation for your code [here](https://github.com/dream-num/univer.ai/tree/dev/packages/community/src/content/docs/guides/sheet/facade). Please refer to our [documentation repo](https://github.com/dream-num/docs) for more guidance.

## Deprecation Notice

`@univerjs/facade` and `@univerjs-pro/facade` are deprecated and will be removed in future versions. Please refer to our [official website](https://docs.univer.ai/en-US/guides/sheets/getting-started/facade) for more information.
Loading