Skip to content

Commit

Permalink
Merge pull request #235 from qwerty084/refactor/remove-docs
Browse files Browse the repository at this point in the history
remove documentation from main repo
  • Loading branch information
qwerty084 authored Dec 10, 2023
2 parents 8956be4 + c3904e7 commit ebc8b95
Show file tree
Hide file tree
Showing 32 changed files with 11 additions and 2,775 deletions.
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

0 comments on commit ebc8b95

Please sign in to comment.