committing new version of jekyll doc theme -- 5.0, with some refinements to come with the documentation
This commit is contained in:
6
_tooltips/baseball.html
Normal file
6
_tooltips/baseball.html
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
id: baseball
|
||||
product: mydoc
|
||||
---
|
||||
|
||||
{{site.data.definitions.baseball}}
|
||||
6
_tooltips/basketball.html
Normal file
6
_tooltips/basketball.html
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
id: basketball
|
||||
product: mydoc
|
||||
---
|
||||
|
||||
{{site.data.definitions.basketball}}
|
||||
6
_tooltips/football.html
Normal file
6
_tooltips/football.html
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
id: football
|
||||
product: mydoc
|
||||
---
|
||||
|
||||
{{site.data.definitions.football}}
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
id: baseball
|
||||
product: mydoc
|
||||
---
|
||||
|
||||
{{site.data.mydoc.mydoc_definitions.baseball}}
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
id: basketball
|
||||
product: mydoc
|
||||
---
|
||||
|
||||
{{site.data.mydoc.mydoc_definitions.basketball}}
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
id: football
|
||||
product: mydoc
|
||||
---
|
||||
|
||||
{{site.data.mydoc.mydoc_definitions.football}}
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
id: soccer
|
||||
product: mydoc
|
||||
---
|
||||
|
||||
{{site.data.mydoc.mydoc_definitions.soccer}}
|
||||
6
_tooltips/soccer.html
Normal file
6
_tooltips/soccer.html
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
id: soccer
|
||||
product: mydoc
|
||||
---
|
||||
|
||||
{{site.data.definitions.soccer}}
|
||||
Reference in New Issue
Block a user