Relative path to a temporary directory where the publisher can create the zip
archives that make up the graphics pack for the RNGS server.
📂 graphics-pack/
- public.zip
- media-en-chart.zip
- media-en-map.zip
Relative path to a media assets directory containing flat JPG and EPS files that will be included with the media editions uploaded to the RNGS server. They must be structured using the same directory scheme as embeds in the dist directory -- a folder for a valid locale and for a unique slug within the locale. The JPG and EPS filenames can be whatever you want them to be.
📂 media-assets/
📂 en/
📂 chart/
- chart.eps
- chart.jpg
📂 map/
- my-map.eps
- map-preview.jpg
If you have an embeddable page using the same locale/slug scheme as a set of flat assets, the publisher will upload the JPG and EPS file with the embeddable version of the same graphic.
📂 dist/
📂 embeds/
📂 en/
📂 chart/
- index.html
📂 media-assets/
📂 en/
📂 chart/
- chart.eps
- chart.jpg
📂 graphics-pack/
- media-en-chart.zip # 👈 Contains both embeddable graphic and flats
Relative path to an images directory containing at least the share image referenced in the metatag in the root index.html
file in the dist directory.
📂 src/
📂 statics/
📂 images/
- share-card.jpg
Relative path to a locales directory containing structured data used to translate the content of your page. The publisher assumes this directory has sub-directories named using a valid locale code, including at least the default locale code for the pack (packLocale
, usually 'en'
).
Otherwise, the publisher assumes one JSON file (packMetadataFile
) within this default locale sub-directory contains a title (packTitleProp
) and description (packDescriptionProp
) for the pack.
📂 locales/
📂 en/
- content.json
Default local of the pack. Must correspond to a directory inside the localesDir
.
Name of the JSON file inside {localesDir}
/{packLocale}
that contains SEO metadata.
Property within the packMetadataFile
that contains the SEO title for the page.
Property within the packMetadataFile
that contains the SEO description for the page.
Upload your project to the RNGS server.
Upload options
Size in kb above which you will be prompted to resize an image.
Upload just the public version of the graphics pack, skipping media editions.
Relative path to the directory where your page builder will build your source files.
index.html
file at its root, which includes anog:image
metatag (used to create a preview image for the graphics pack).cdn/
below, and must be absolutely referenced from any HTML page in the project.embeds/
and placed in folders representing a valid locale code and a unique slug within that locale, e.g.,en/chart/index.html
below.embeds
or the static assets directory.