Skip to content

Commit

Permalink
Migrate third party plugins guidelines to the book (#11242)
Browse files Browse the repository at this point in the history
# Objective

- Describe the objective or issue this PR addresses.
- If you're fixing a specific issue, say "Fixes #X".

Removes the old third party plugin guidelines section and related links
since it is being moved to the Bevy book in the site per
bevyengine/bevy-website#848 and
bevyengine/bevy-website#298

## Solution

- Describe the solution used to achieve the objective above. 

Removes the old links and files.
  • Loading branch information
TrialDragon committed Jan 7, 2024
1 parent 101037d commit c1b785c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 123 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,6 @@ This [list][cargo_features] outlines the different cargo features supported by B

[cargo_features]: docs/cargo_features.md

## [Third Party Plugins][plugin_guidelines]

Plugins are very welcome to extend Bevy's features. [Guidelines][plugin_guidelines] are available to help integration and usage.

[plugin_guidelines]: docs/plugins_guidelines.md

## Thanks

Bevy is the result of the hard work of many people. A huge thanks to all Bevy contributors, the many open source projects that have come before us, the [Rust gamedev ecosystem](https://arewegameyet.rs/), and the many libraries we build on.
Expand Down
117 changes: 0 additions & 117 deletions docs/plugins_guidelines.md

This file was deleted.

0 comments on commit c1b785c

Please sign in to comment.