- Added static html pages for 404 and 403 server responses.
- Added conf.py setting html_extra_path to copy static _errors folder
with static 404/403 files into build output
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
- Moved tutorial to Get Started virtual install section
- Updated title and intro to be consistent with other get started guides
- Updated reference to 'tutorial' to be 'guide'
Closes#776
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
* Create DBRS guide
* guides/stacks/dbrs.rst
* Add new config parameters for K8S section; clean up whitespace.
* Correct link format to Docker image
* Update links and edit for clarity
* Remove duplicate link
* Applies trademarks and simplifies intro para.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
- Contributors may run `make venv` and install requirements.txt without modifying host OS
- Innermost `requirements.txt`, 2 dependencies, moved to uppermost requirements.txt
- Adds `venv` to .gitignore in case contributors/developer forget to remove.
- Reverts source/conf.py to original.
- Replaces python command with python3 in innermost _python/Makefile
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
- Subdivides prev Example 3 into two:
- Create an update for the mix
- Build an image
- Adds subsection Format Bump to explain its purpose and swupd protocols
- Adds Figure 1 and new _figures/mixer dir to illustrate Format Bump
- Modifies some commands to clarify intent, purpose
- Closes#507
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Editorial changes to redis.rst
Signed-off-by: DougTW <doug.martin@intel.com>
* Editorial changes to redis.rts
- fixed space between heading and text
Signed-off-by: DougTW <doug.martin@intel.com>
* Fixes formatting errors for successful build in CI. Simplifies intro.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Removes encryption option in notes, screenshots in bare-metal-install-server.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Adds notes on use of _F for formatting option.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Replace Figures 8, 11 for new menu name: Advanced Installation
- Change from Advanced Disk Config -> Advanced Installation
- Revise word choice in above section for clarity
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Replaces Figure 8 to default with warning.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
- Add 6 new screenshots to show usding gparted for partitioning
- Add new screenshot for Fig. 8, for updated Select Inst. Media
- Reorder, rename Figures 11-25 to accomodate inclusion of new section
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Adds new section on Advanced Installation with cgdisk.
- Adds new figures 08-16; renumbers subsequent figures
- Makes minor editorial corrections throughout
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Removes note indicating multiple swap partitions possible.
- Per discussion with @mdhorn.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Added one link to whitelist (nvidia downloads)
* Added "/" to download images link
* Updated to swupd update link
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
- Update to use regex to match hostname for cross domain tracking
- Update to set useAnchor to true
- Update to use https when adding analytics.js
Signed-off-by: Kristal Dale <kristal.dale@intel.com>