https://github.com/atata-framework/atata.io
Atata Framework documentation
https://github.com/atata-framework/atata.io
atata docs
Last synced: 2 months ago
JSON representation
Atata Framework documentation
- Host: GitHub
- URL: https://github.com/atata-framework/atata.io
- Owner: atata-framework
- License: apache-2.0
- Created: 2016-09-19T10:58:16.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2025-06-22T11:10:21.000Z (4 months ago)
- Last Synced: 2025-07-07T18:45:02.607Z (3 months ago)
- Topics: atata, docs
- Language: HTML
- Homepage: https://atata.io
- Size: 3.6 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Atata Framework documentation](https://atata.io)
[](https://atata.io)
[](https://twitter.com/AtataFramework)
[](https://join.slack.com/t/atata-framework/shared_invite/zt-5j3lyln7-WD1ZtMDzXBhPm0yXLDBzbA)Documentation for the [Atata Framework](https://github.com/atata-framework/atata).
## Setup documentation
### Jekyll
Jekyll is used as an engine for documentation generation.
Therefore, Ruby and Jekyll should be installed.
To configure Jekyll for Atata documentation locally follow [Jekyll on Windows](https://jekyllrb.com/docs/installation/windows/) installation instructions.
[RubyInstaller](https://rubyinstaller.org/downloads/) can be used to install Ruby.### Ruby gems
Install Ruby gems using command shell:
```
gem install jekyll bundler
```### Build
In order to build the documentation, execute the command: `bundle exec jekyll build` or run `build.bat`.
## License
Atata is an open-source software, licensed under the Apache License 2.0.
See [LICENSE](LICENSE) for details.