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

remove documentation from main repo #235

Merged
merged 1 commit into from
Dec 10, 2023
Merged
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
3 changes: 1 addition & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
dist
docs
src/tests/**
src/tests/**
55 changes: 0 additions & 55 deletions .github/workflows/deploy-docs.yml

This file was deleted.

6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@

### v1.0.0. includes some breaking changes. Only breaking changes will be listed here. Refer to the new documentation to update your app to v1.0.0

- callback functions as props have been removed. Take a look at the [documentation](https://qwerty084.github.io/vue3-chessboard/callbacks.html) to see how to register callbacks in v1.0.0.
- board and game from the boardAPI have been made private. You need to use the corresponding method to achieve the same result. Visit the [docs](https://qwerty084.github.io/vue3-chessboard/board-api.html) to get an overview of all available methods.
- If you encounter any issues visit the [docs](https://qwerty084.github.io/vue3-chessboard/) or open an [issue](https://github.com/qwerty084/vue3-chessboard/issues/new/choose).
- callback functions as props have been removed. Take a look at the [documentation](https://qwerty084.github.io/vue3-chessboard-docs/callbacks.html) to see how to register callbacks in v1.0.0.
- board and game from the boardAPI have been made private. You need to use the corresponding method to achieve the same result. Visit the [docs](https://qwerty084.github.io/vue3-chessboard-docs/board-api.html) to get an overview of all available methods.
- If you encounter any issues visit the [docs](https://qwerty084.github.io/vue3-chessboard-docs) or open an [issue](https://github.com/qwerty084/vue3-chessboard/issues/new/choose).

## 0.0.9 (2022-11-13)

Expand Down
1 change: 0 additions & 1 deletion docs/.vitepress/.gitignore

This file was deleted.

47 changes: 0 additions & 47 deletions docs/.vitepress/config.ts

This file was deleted.

91 changes: 0 additions & 91 deletions docs/.vitepress/index.css

This file was deleted.

5 changes: 0 additions & 5 deletions docs/.vitepress/theme/index.ts

This file was deleted.

50 changes: 0 additions & 50 deletions docs/ChessboardExample.vue

This file was deleted.

39 changes: 0 additions & 39 deletions docs/HistoryViewerExample.vue

This file was deleted.

Loading