File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -161,8 +161,10 @@ impl<'de> Deserialize<'de> for Config {
161
161
if is_legacy_format ( & table) {
162
162
warn ! ( "It looks like you are using the legacy book.toml format." ) ;
163
163
warn ! ( "We'll parse it for now, but you should probably convert to the new format." ) ;
164
- warn ! ( "See the mdbook documentation for more details" ) ;
165
- warn ! ( "http://azerupi.github.io/mdBook/format/config.html" ) ;
164
+ warn ! ( "See the mdbook documentation for more details, although as a rule of thumb" ) ;
165
+ warn ! ( "just move all top level configuration entries like `title`, `author` and " ) ;
166
+ warn ! ( "`description` under a table called `[book]` and it should all work." ) ;
167
+ warn ! ( "Documentation: http://rust-lang-nursery.github.io/mdBook/format/config.html" ) ;
166
168
return Ok ( Config :: from_legacy ( table) ) ;
167
169
}
168
170
You can’t perform that action at this time.
0 commit comments