BlissRoms: Remove deprecated `-f/--force-sync` flags

These options were recently deprecated, and now these flags are the
default. Remove them from the guide as they are redundant.

Change-Id: I3fca77d5b5943e1bbfc4159d974a848ae4561f72
1 file changed
tree: c736221dde778f1eb685926bbda3710f3cd91b52
  1. docs/
  2. .gitignore
  3. .gitreview
  4. mkdocs.yml
  5. README.md
README.md

Bliss Documentation

Documentation for Bliss

Prerequisites

Building

  1. Clone the repo
  2. Run mkdocs build
  3. Deploy the site folder

Editing

  1. Clone the repo
  2. Add new content/edit in the docs/ directory
  3. Preview your changes by running mkdocs serve
  4. Run building above to deploy changes