-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9ff3b42
commit a77e174
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Assets | ||
|
||
## Diagrams.net files (.drawio) | ||
Diagrams.net/draw.io files can be automatically exported using the `build.sh` script. | ||
This script is automatically run by GitHub Actions prior to publishing. | ||
|
||
If you still need to manually export, always export as SVG with `100` border, | ||
embedded images, and embedded fonts. | ||
|
||
## Adobe Illustrator files (.ai) | ||
Export as SVG with `Responsive` and `Minify` options. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
site_name: Philippine Open Disaster Specification | ||
|
||
plugins:plugins: | ||
plugins: | ||
- search | ||
- macros | ||
- git-authors | ||
|