You can put some options in a file named _bookdown.yml in the same directory as the Rmd files. The rmd_files option lets you dictate the chapter order:
# In the _bookdown.yml file
rmd_files:
- index.Rmd # Chapter 1
- abstract.Rmd # Chapter 2
- intro.Rmd # Chapter 3