Skip to content

Commit

Permalink
Pre-create docs/slate-build (helps with docker).
Browse files Browse the repository at this point in the history
Minor Slate improvement.
  • Loading branch information
avillar committed Aug 8, 2023
1 parent d2d7b54 commit 2e635e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions ogc/bblocks/generate_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def __init__(self,
id_prefix: str = ''):
self.base_url = base_url
self.output_dir = output_dir if isinstance(output_dir, Path) else Path(output_dir)
self.output_dir.joinpath('slate-build').mkdir(parents=True, exist_ok=True)
self.templates_dir = templates_dir if isinstance(templates_dir, Path) else Path(templates_dir)
self.id_prefix = id_prefix or ''

Expand Down
5 changes: 5 additions & 0 deletions ogc/bblocks/slate-assets/stylesheets/screen.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -679,3 +679,8 @@ aside a {
text-decoration: underline;
text-decoration-style: dotted;
}

.copy-clipboard {
position: absolute;
right: 28px;
}

0 comments on commit 2e635e5

Please sign in to comment.