Bug 1604360 - [manifestparser] Remove mention of 'server-root' from the docs, r=egao

Differential Revision: https://phabricator.services.mozilla.com/D58791

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Andrew Halberstadt 2020-01-06 18:21:30 +00:00
parent 185749a261
commit 2f2d1f7fc1

View File

@ -156,22 +156,6 @@ treated as comments.
The '#baz' anchor will not be stripped off, as it wasn't preceded by
a space.
Special variable server-root
````````````````````````````
There is a special variable called `server-root` used for paths on the system.
This variable is deemed a path and will be expanded into its absolute form.
Because of the inheritant nature of the key/value pairs, if one requires a
system path, it must be absolute for it to be of any use in any included file.
.. code-block:: text
[DEFAULTS]
server-root = ../data
[test1.js]
server-root = test1/data
Manifest Conditional Expressions
````````````````````````````````
The conditional expressions used in manifests are parsed using the *ExpressionParser* class.