-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Working through the reference manual section of the docs. Finished wr…
…iting the modifiers section.
- Loading branch information
Andrew Stacy
committed
Aug 26, 2024
1 parent
c852a82
commit 5739178
Showing
144 changed files
with
14,311 additions
and
973 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import comp from '/Users/andrewstacy/Projects/personal/adze/docs/.vuepress/.temp/pages/get-started.html.vue'; | ||
const data = JSON.parse( | ||
'{"path":"/get-started.html","title":"","lang":"en-US","frontmatter":{"layout":"Home","home":true,"heroImage":"/logo.svg","heroText":"A Library for Shaping Your Logs","tagline":"Open the dev console for a demo","actionText":"Quick Start →","actionLink":"/guide/","features":[{"title":"Chainable API","image":"/chainsaw.svg","imageId":"chainsaw","details":"Write your logs as a chain of methods."},{"title":"Fully Configurable","image":"/lumberjack-bust.svg","imageId":"lumberjack-bust","details":"Every aspect of Adze is under your control."},{"title":"Log Listeners","image":"/logs-small.svg","imageId":"logs-small","details":"Log listeners give you control of your data."}]},"headers":[{"level":2,"title":"First Class TypeScript Support","slug":"first-class-typescript-support","link":"#first-class-typescript-support","children":[]},{"level":2,"title":"A Fluent, Chainable API","slug":"a-fluent-chainable-api","link":"#a-fluent-chainable-api","children":[]},{"level":2,"title":"Everything is Configurable","slug":"everything-is-configurable","link":"#everything-is-configurable","children":[]},{"level":2,"title":"Supports Browser and Node Environments","slug":"supports-browser-and-node-environments","link":"#supports-browser-and-node-environments","children":[]},{"level":2,"title":"Global Store and Overrides","slug":"global-store-and-overrides","link":"#global-store-and-overrides","children":[]},{"level":2,"title":"And much more...","slug":"and-much-more","link":"#and-much-more","children":[]}],"git":{"updatedTime":null,"contributors":[]},"filePathRelative":"get-started.md"}' | ||
'{"path":"/get-started.html","title":"","lang":"en-US","frontmatter":{"layout":"Home","home":true,"heroImage":"/logo.svg","heroText":"A Library for Shaping Your Logs","tagline":"Open the dev console for a demo","actionText":"Quick Start →","actionLink":"/guide/","features":[{"title":"Chainable API","image":"/chainsaw.svg","imageId":"chainsaw","details":"Write your logs as a chain of methods."},{"title":"Fully Configurable","image":"/lumberjack-bust.svg","imageId":"lumberjack-bust","details":"Every aspect of Adze is under your control."},{"title":"Log Listeners","image":"/logs-small.svg","imageId":"logs-small","details":"Log listeners give you control of your data."}]},"headers":[{"level":2,"title":"First Class TypeScript Support","slug":"first-class-typescript-support","link":"#first-class-typescript-support","children":[]},{"level":2,"title":"A Fluent, Chainable API","slug":"a-fluent-chainable-api","link":"#a-fluent-chainable-api","children":[]},{"level":2,"title":"Everything is Configurable","slug":"everything-is-configurable","link":"#everything-is-configurable","children":[]},{"level":2,"title":"Supports Browser and Node Environments","slug":"supports-browser-and-node-environments","link":"#supports-browser-and-node-environments","children":[]},{"level":2,"title":"Global Store and Overrides","slug":"global-store-and-overrides","link":"#global-store-and-overrides","children":[]},{"level":2,"title":"And much more...","slug":"and-much-more","link":"#and-much-more","children":[]}],"git":{"updatedTime":1724360151000,"contributors":[{"name":"Andrew Stacy","email":"[email protected]","commits":1}]},"filePathRelative":"get-started.md"}' | ||
); | ||
export { comp, data }; | ||
|
||
|
16 changes: 9 additions & 7 deletions
16
docs/.vuepress/.temp/pages/getting-started/Annotation.html.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
import comp from "/Users/andrewstacy/Projects/personal/adze/docs/.vuepress/.temp/pages/getting-started/annotation.html.vue" | ||
const data = JSON.parse("{\"path\":\"/getting-started/annotation.html\",\"title\":\"Annotating Logs\",\"lang\":\"en-US\",\"frontmatter\":{},\"headers\":[{\"level\":2,\"title\":\"Using Namespaces\",\"slug\":\"using-namespaces\",\"link\":\"#using-namespaces\",\"children\":[]},{\"level\":2,\"title\":\"Using Labels\",\"slug\":\"using-labels\",\"link\":\"#using-labels\",\"children\":[]}],\"git\":{\"updatedTime\":null,\"contributors\":[]},\"filePathRelative\":\"getting-started/annotation.md\"}") | ||
export { comp, data } | ||
import comp from '/Users/andrewstacy/Projects/personal/adze/docs/.vuepress/.temp/pages/getting-started/annotation.html.vue'; | ||
const data = JSON.parse( | ||
'{"path":"/getting-started/annotation.html","title":"Annotating Logs","lang":"en-US","frontmatter":{},"headers":[{"level":2,"title":"Using Namespaces","slug":"using-namespaces","link":"#using-namespaces","children":[]},{"level":2,"title":"Using Labels","slug":"using-labels","link":"#using-labels","children":[]}],"git":{"updatedTime":1724360151000,"contributors":[{"name":"Andrew Stacy","email":"[email protected]","commits":1}]},"filePathRelative":"getting-started/annotation.md"}' | ||
); | ||
export { comp, data }; | ||
|
||
if (import.meta.webpackHot) { | ||
import.meta.webpackHot.accept() | ||
import.meta.webpackHot.accept(); | ||
if (__VUE_HMR_RUNTIME__.updatePageData) { | ||
__VUE_HMR_RUNTIME__.updatePageData(data) | ||
__VUE_HMR_RUNTIME__.updatePageData(data); | ||
} | ||
} | ||
|
||
if (import.meta.hot) { | ||
import.meta.hot.accept(({ data }) => { | ||
__VUE_HMR_RUNTIME__.updatePageData(data) | ||
}) | ||
__VUE_HMR_RUNTIME__.updatePageData(data); | ||
}); | ||
} |
16 changes: 9 additions & 7 deletions
16
docs/.vuepress/.temp/pages/getting-started/capture-data.html.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
import comp from "/Users/andrewstacy/Projects/personal/adze/docs/.vuepress/.temp/pages/getting-started/capture-data.html.vue" | ||
const data = JSON.parse("{\"path\":\"/getting-started/capture-data.html\",\"title\":\"Capturing Log Data\",\"lang\":\"en-US\",\"frontmatter\":{},\"headers\":[{\"level\":2,\"title\":\"Middleware\",\"slug\":\"middleware\",\"link\":\"#middleware\",\"children\":[]},{\"level\":2,\"title\":\"Log Listeners\",\"slug\":\"log-listeners\",\"link\":\"#log-listeners\",\"children\":[]}],\"git\":{\"updatedTime\":null,\"contributors\":[]},\"filePathRelative\":\"getting-started/capture-data.md\"}") | ||
export { comp, data } | ||
import comp from '/Users/andrewstacy/Projects/personal/adze/docs/.vuepress/.temp/pages/getting-started/capture-data.html.vue'; | ||
const data = JSON.parse( | ||
'{"path":"/getting-started/capture-data.html","title":"Capturing Log Data","lang":"en-US","frontmatter":{},"headers":[{"level":2,"title":"Middleware","slug":"middleware","link":"#middleware","children":[]},{"level":2,"title":"Log Listeners","slug":"log-listeners","link":"#log-listeners","children":[]}],"git":{"updatedTime":1724360151000,"contributors":[{"name":"Andrew Stacy","email":"[email protected]","commits":1}]},"filePathRelative":"getting-started/capture-data.md"}' | ||
); | ||
export { comp, data }; | ||
|
||
if (import.meta.webpackHot) { | ||
import.meta.webpackHot.accept() | ||
import.meta.webpackHot.accept(); | ||
if (__VUE_HMR_RUNTIME__.updatePageData) { | ||
__VUE_HMR_RUNTIME__.updatePageData(data) | ||
__VUE_HMR_RUNTIME__.updatePageData(data); | ||
} | ||
} | ||
|
||
if (import.meta.hot) { | ||
import.meta.hot.accept(({ data }) => { | ||
__VUE_HMR_RUNTIME__.updatePageData(data) | ||
}) | ||
__VUE_HMR_RUNTIME__.updatePageData(data); | ||
}); | ||
} |
Oops, something went wrong.