mirror of https://github.com/docusealco/docuseal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
323 B
24 lines
323 B
--- paths
|
|
[/**/*.js, /**/*.css]:
|
|
modified_at_in_dest_path: true
|
|
|
|
/**/*.scss:
|
|
modified_at_in_dest_path: true
|
|
|
|
--- alcn
|
|
/api/:
|
|
title: API
|
|
in_menu: true
|
|
sort_info: 10
|
|
|
|
/api/**/*.html:
|
|
link:
|
|
css: /stylesheets/api.css
|
|
in_menu: true
|
|
|
|
/api/**/index*.html:
|
|
in_menu: false
|
|
|
|
/**/*.css:
|
|
pipeline: scss,cssminify
|