You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.
The documentation for Windows-Interact is getting very long and needs to be split up into multiple files under a ./docs/ folder (specifically named this for both docs generation and GitHub Pages)
The plan is to use docute to generate a no-hassle website from the markdown files.
The documentation will be split up by property and sub-property and the methods of each property will be on their own page. This is to adhere to the 'URL is the API.' format used by docute.
In order to cover all bases and to leave room for future info, things like Win.set.audioDevices.input or other multi-level nested properties, each nested property will have its own md file with general descriptions of the child properties, even if it does not have any methods.
The documentation for Windows-Interact is getting very long and needs to be split up into multiple files under a
./docs/
folder (specifically named this for both docs generation and GitHub Pages)The plan is to use docute to generate a no-hassle website from the markdown files.
The documentation will be split up by property and sub-property and the methods of each property will be on their own page. This is to adhere to the 'URL is the API.' format used by docute.
Example:
In order to cover all bases and to leave room for future info, things like
Win.set.audioDevices.input
or other multi-level nested properties, each nested property will have its own md file with general descriptions of the child properties, even if it does not have any methods.When it is finally merged into master, the page will automatically be processed by GitHub Pages and picked be available at https://arlodotexe.github.io/windows-interact/, and will also be digested into my own https://arlo.site/
The text was updated successfully, but these errors were encountered: