Skip to content

Commit

Permalink
Merge pull request #989 from golemfactory/feature/JST-924/rental-and-…
Browse files Browse the repository at this point in the history
…exe-unit-docs

JST-924: Rearrange docs in the repo for improved maintenance
  • Loading branch information
grisha87 authored Jun 27, 2024
2 parents 0be9128 + 5993dbd commit aa69c63
Show file tree
Hide file tree
Showing 12 changed files with 746 additions and 284 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ coverage/
/examples/yacat/*.txt
/examples/yacat/*.hash
/examples/yacat/*.potfile
/docs
api-reference/
logs/
.cypress

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async function prepareDocAnchor(docsDir, type, file) {
}

(async () => {
const docsDir = process.argv[2] || "docs";
const docsDir = process.argv[2] || "api-reference";
const directoryPath = path.join(__dirname, "..", docsDir);
const logFilePath = path.join(process.argv[3] || docsDir, "overview.md");
const logStream = fs.createWriteStream(logFilePath, { flags: "w" });
Expand Down
File renamed without changes.
Loading

0 comments on commit aa69c63

Please sign in to comment.