Skip to content

Commit

Permalink
feat(docs): pages
Browse files Browse the repository at this point in the history
  • Loading branch information
reecebenson committed Dec 3, 2024
1 parent 8c13e34 commit 45ae258
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 6 deletions.
8 changes: 7 additions & 1 deletion docs/assets/blink.css → docs/_assets/blink.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@

/* sidebar */
.sidebar {
padding-top: 0;
}

.sidebar .app-name-link {
display: flex;
justify-content: center;
}

/* search */
.search {
margin-bottom: 20px;
padding: 6px;
Expand Down
File renamed without changes.
6 changes: 4 additions & 2 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
- [Read Me](README)
- [Example Second Page](second-page)
- [Blink Distribution](/)
- [Artists](/artists)
- [Creatives](/creatives)
- [Labels](/labels)
1 change: 1 addition & 0 deletions docs/artists/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Artists
1 change: 1 addition & 0 deletions docs/creatives/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Creatives
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic|Material+Icons">
<link rel="stylesheet" href="//unpkg.com/vue-material@beta/dist/vue-material.min.css">
<link rel="stylesheet" href="//unpkg.com/docsify@4/lib/themes/vue.css">
<link rel="stylesheet" href="./assets/blink.css">
<link rel="stylesheet" href="./_assets/blink.css">
</head>

<body>
Expand All @@ -29,7 +29,7 @@
window.$docsify = {
name:
'<img'
+ ' src="assets/logo.webp"'
+ ' src="_assets/logo.webp"'
+ ' width="120"'
+ ' style="filter: invert(1);"'
+ '/>',
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Blink Distribution

> Welcome to the Blink Distribution documentation. This is the starting place for your career.
?> Welcome to the Blink Distribution documentation. This is the starting place for your career.

### Getting Started

Expand Down
1 change: 1 addition & 0 deletions docs/labels/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Labels

0 comments on commit 45ae258

Please sign in to comment.