This folder contains documentation pulled from the Buck 1 website at https://buck.build/.
The folders include the following:
├── README.md
├── about
│ ├── faq.md
│ ├── fast.md
│ ├── performance.md
│ └── troubleshooting.md
├── basics
│ ├── cheatsheet.md
│ ├── getting-started.md
│ ├── key-concepts
│ └── tutorials.md
├── concepts
│ ├── buck-daemon.md
│ ├── build-file.md
│ ├── build-rule.md
│ ├── build-target-pattern.md
│ ├── build-target.md
│ ├── skylark.md
│ └── visibility.md
└── files-and-directories
├── buck-out.md
└── dot-buckconfig.md
Feel free to contact Brian Johnson (brianjo) with any questions for further cleanup of this documentation.