mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
❄️ Add static content config file
For testing/proof of concept
This commit is contained in:
15
stage_static_config.json
Normal file
15
stage_static_config.json
Normal file
@@ -0,0 +1,15 @@
|
||||
[
|
||||
{
|
||||
"site_path": "/marshmallow/",
|
||||
"s3_path": "/site/develop/tools/auto_index/"
|
||||
},
|
||||
{
|
||||
"site_path": "/marshmallow/",
|
||||
"s3_path": "/site/develop/doc/html/"
|
||||
},
|
||||
{
|
||||
"site_path": "/",
|
||||
"s3_path": "/site/develop/"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user