-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Existing SUMMARY.md not taken into account #832
Comments
Trying to move this issue along I was investigating by diving into the source but I don't see where an existing |
I have run into this too. I'm using
I have the following directory structure:
As you can see it is empty except for a - [Terminology](terminology.md)
- [1. Playing](sect-playing/README.md)
- [1.1 Installing OpenRA](sect-playing/ch01-installing.md)
- [2. Modding](sect-modding/README.md)
- [2.1. Getting Started](sect-modding/ch01-getting-started/README.md)
- [2.1.1. Clone The Source Code](sect-modding/ch01-getting-started/cloning.md)
- [2.1.2. Run The _Red Alert_ Mod](sect-modding/ch01-getting-started/run-ra.md)
- [2.2. MiniYaml](sect-modding/ch02-miniyaml/README.md)
- [2.1. Syntax Basics](sect-modding/ch02-miniyaml/syntax.md)
- [2.2. A Real-World Example](sect-modding/ch02-miniyaml/example.md)
- [2.?. Map Making](sect-modding/chXX-map-making/README.md)
- [2.?.1. Map Editor 101](sect-modding/chXX-map-making/editor.md)
- [2.?.2. Map Scripting 101](sect-modding/chXX-map-making/scripting.md)
- [2.?. Campaign Creation](sect-modding/chXX-campaigns/README.md)
- [2.?.1. What Isn't Yet Possible](sect-modding/chXX-campaigns/what-isnt-yet-possible.md)
- [2.?. Utility](sect-modding/chXX-utility/README.md)
- [2.?.1 Wiki](https://github.com/OpenRA/OpenRA/wiki/Utility)
- [2.?.? Mod & Map Linting](sect-modding/chXX-utility/linting.md)
- [3. Developing](sect-developing/README.md) After running
Which does not have the structure I expect given the mdbook docs I quoted and the existing |
* Add if around stub summary creation Check if an existing SUMMARY.md is present to prevent overwriting it with the stub SUMMARY.md. [#832] * Add test for existing SUMMARY.md
* Add if around stub summary creation Check if an existing SUMMARY.md is present to prevent overwriting it with the stub SUMMARY.md. [rust-lang#832] * Add test for existing SUMMARY.md
I'm trying to bootstrap a book project however when running:
in the root directory of the clone of the above mentioned repository the
SUMMARY.md
is overwritten and no additional files appart from the emptychapter_1.md
are created in thesrc
directory. While the documentation states:I've tried this on both Windows and the Windows subsystem for Linux. For the later the issue is also confirmed on a debug build of
master
with005dfc55b
as theHEAD
.The text was updated successfully, but these errors were encountered: