Skip to content

Commit 107ec1f

Browse files
committed
feat: updating Hologram assets and configuration to use dedicated CSS files
1 parent afb72b3 commit 107ec1f

50 files changed

Lines changed: 6 additions & 46 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

configs/hologram_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ code_example_renderers: ./../docs/Hologram/_code-example/code_example_renderers
2727
# folder. Typically this will include the css that you are trying to
2828
# document. May also include additional folders as needed.
2929
dependencies:
30-
- ./../css
30+
- ./../css/docs
3131

3232
# Mark which category should be the index page
3333
# Alternatively, you may have an index.md in the documentation assets

docs/Hologram/test-assets/_header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link rel="shortcut icon" href="https://ffoodd.github.io/a11y.css/static/favicon.ico">
1111
<!-- CSS to be documented -->
1212
<% if title != "" %>
13-
<link rel="stylesheet" href="css/a11y-en_<%= title.downcase %>-only.css" media="all">
13+
<link rel="stylesheet" href="docs/a11y-en_<%= title.downcase %>-only.css" media="all">
1414
<% end %>
1515
</head>
1616
<body>

docs/build/advices.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link rel="shortcut icon" href="https://ffoodd.github.io/a11y.css/static/favicon.ico">
1111
<!-- CSS to be documented -->
1212

13-
<link rel="stylesheet" href="css/a11y-en_advices-only.css" media="all">
13+
<link rel="stylesheet" href="css/docs/a11y-en_advices-only.css" media="all">
1414

1515
</head>
1616
<body>

docs/build/css/a11y-en.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/build/css/a11y-en_error.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/build/css/a11y-en_obsolete.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/build/css/a11y-en_warning.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/build/css/a11y-fr.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/build/css/a11y-fr_advices-only.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/build/css/a11y-fr_error.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)