def docs(): """ Provides the manifest.json file for the 21 endpoint crawler. """ with open('./manifest.yaml', 'r') as f: manifest = yaml.load(f) return json.dumps(manifest)