Remove markdown from git tracking (#139)

* Will attempt to add as build artifacts using workflow.
This commit is contained in:
Snarling
2022-10-21 10:46:21 -04:00
committed by GitHub
parent f5c8bec139
commit bbb6e3f309
1050 changed files with 1 additions and 23223 deletions
@@ -1,27 +0,0 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [Hacknet](./bitburner.hacknet.md) &gt; [purchaseNode](./bitburner.hacknet.purchasenode.md)
## Hacknet.purchaseNode() method
Purchase a new hacknet node.
<b>Signature:</b>
```typescript
purchaseNode(): number;
```
<b>Returns:</b>
number
The index of the Hacknet Node or if the player cannot afford to purchase a new Hacknet Node the function will return -1.
## Remarks
RAM cost: 0 GB
Purchases a new Hacknet Node. Returns a number with the index of the Hacknet Node. This index is equivalent to the number at the end of the Hacknet Nodes name (e.g The Hacknet Node named `hacknet-node-4` will have an index of 4).
If the player cannot afford to purchase a new Hacknet Node then the function will return -1.