OurBigBook logoOurBigBook Docs OurBigBook logoOurBigBook.comSite Source code
This section describes how to make all links of one deployment of your static OurBigBook publication to another location. For example, if you have a:
The use case of this is if you are migrating from one domain to another, but you want to keep your old pages around to not break any links, and you also don't want to redirect users across domains.
For example, this happened Ciro felt that OurBigBook Web had reach enough maturity to be a reasonable reader alternative to the static website and so considered redirecting:
By doing this setup, for example a link in https://cirosantilli.com :
= Mathematics

<physics>
rather than pointing to:
https://cirosantilli.com/physics
would instead point to;
https://ourbigbook.com/cirosantilli/physics
To achieve this, you should use the following optionsas in:
"publishOptions": {
  "toSplitHeaders": true,
  "htmlXExtension": false,
  "xPrefix": "https://ourbigbook.com/cirosantilli/"
},

Ancestors (2)

  1. OurBigBook CLI
  2. Home

Synonyms (1)