-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* feat: generate markdown and page config docs * fix: remove default word * chore: move _config.yml to docs * chore: update lock file
- Loading branch information
1 parent
69d72c9
commit 0d1a623
Showing
35 changed files
with
12,861 additions
and
8,546 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
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 |
---|---|---|
|
@@ -123,3 +123,7 @@ dist | |
# OS metadata | ||
.DS_Store | ||
Thumbs.db | ||
|
||
## Jekyll & gh-pages | ||
.jekyll-cache | ||
_site/ |
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
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
#Configuration | ||
remote_theme: pmarsceill/just-the-docs | ||
exclude: ["packages/README.md"] | ||
|
||
# Set a path/url to a logo that will be displayed instead of the title | ||
title: "Fuels-ts" | ||
logo: "./assets/fuels-ts-logo.png" | ||
|
||
# Features | ||
search_enabled: true | ||
|
||
search: | ||
heading_level: 6 | ||
previews: 3 | ||
preview_words_before: 5 | ||
preview_words_after: 10 | ||
tokenizer_separator: /[\s/]+/ | ||
rel_url: false | ||
button: false | ||
|
||
heading_anchors: true | ||
|
||
# Theme | ||
color_scheme: "fuel-dark" | ||
|
||
aux_links: | ||
"GitHub": | ||
- "//github.com/FuelLabs/fuels-ts" | ||
|
||
footer_content: "" |
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
$green-000: #58c09b; | ||
|
||
$body-background-color: $grey-dk-300; | ||
$sidebar-color: $grey-dk-300; | ||
$border-color: $grey-dk-200; | ||
|
||
$body-text-color: $grey-lt-300; | ||
$body-heading-color: $grey-lt-000; | ||
$nav-child-link-color: $grey-dk-000; | ||
$search-result-preview-color: $grey-dk-000; | ||
|
||
$link-color: $green-000; | ||
$btn-primary-color: $green-000; | ||
$base-button-color: $grey-dk-250; | ||
|
||
$code-background-color: $grey-dk-250; | ||
$search-background-color: $grey-dk-250; | ||
$table-background-color: $grey-dk-250; | ||
$feedback-color: darken($sidebar-color, 3%); |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.search-input { | ||
color: $grey-lt-300; | ||
} | ||
|
||
.nav-list .nav-list-item > .nav-list .nav-list-item .nav-list-link.active { | ||
color: $grey-lt-300; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
layout: default | ||
title: Home | ||
nav_order: 0 | ||
--- | ||
|
||
![Fuels-ts SDK logo](./assets/fuels-ts-logo.png) | ||
|
||
# Fuel TypeScript SDK | ||
|
||
`fuels-ts` is a library for interacting with [Fuel v2](https://fuel.network/) |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
layout: default | ||
title: "fuels-ts" | ||
has_children: true | ||
has_toc: false | ||
nav_order: 1 | ||
--- | ||
|
||
# fuels-ts | ||
|
||
## Modules | ||
|
||
- [@fuel-ts/providers](fuel-ts-providers/index.md) | ||
- [@fuel-ts/wallet](fuel-ts-wallet/index.md) |
Oops, something went wrong.