Skip to content

Commit

Permalink
deploy: 035d1aa
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 5, 2025
0 parents commit c0874d9
Show file tree
Hide file tree
Showing 92 changed files with 57,031 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docs.fastht.ml
2 changes: 2 additions & 0 deletions api/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
These are the source notebooks for FastHTML.

832 changes: 832 additions & 0 deletions api/cli.html

Large diffs are not rendered by default.

53 changes: 53 additions & 0 deletions api/cli.html.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Command Line Tools


<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

------------------------------------------------------------------------

<a
href="https://github.com/AnswerDotAI/fasthtml/blob/main/fasthtml/cli.py#L15"
target="_blank" style="float:right; font-size:smaller">source</a>

### railway_link

> railway_link ()
*Link the current directory to the current project’s Railway service*

------------------------------------------------------------------------

<a
href="https://github.com/AnswerDotAI/fasthtml/blob/main/fasthtml/cli.py#L33"
target="_blank" style="float:right; font-size:smaller">source</a>

### railway_deploy

> railway_deploy (name:str, mount:<function bool_arg>=True)
*Deploy a FastHTML app to Railway*

<table>
<thead>
<tr>
<th></th>
<th><strong>Type</strong></th>
<th><strong>Default</strong></th>
<th><strong>Details</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td>name</td>
<td>str</td>
<td></td>
<td>The project name to deploy</td>
</tr>
<tr>
<td>mount</td>
<td>bool_arg</td>
<td>True</td>
<td>Create a mounted volume at /app/data?</td>
</tr>
</tbody>
</table>
1,260 changes: 1,260 additions & 0 deletions api/components.html

Large diffs are not rendered by default.

Loading

0 comments on commit c0874d9

Please sign in to comment.