Skip to content

Commit ecd0aac

Browse files
authored
Merge branch 'main' into topics/animation
2 parents e3b316b + 808a224 commit ecd0aac

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

topics-todo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ This is a list of the most-used topics on GitHub that don't yet have a curated t
44

55
Information included in this repository will appear on each topic's respective page, helping others on GitHub better understand the topic and, by extension, what repositories tagged with that topic are about.
66

7-
- [ ] [android-library](https://github.com/topics/android-library/)
7+
- [x] [android-library](https://github.com/topics/android-library/)
88
- [x] [angular-cli](https://github.com/topics/angular-cli/)
99
- [x] [animation](https://github.com/topics/animation/)
10-
- [ ] [ansible-role](https://github.com/topics/ansible-role/)
10+
- [x] [ansible-role](https://github.com/topics/ansible-role/)
1111
- [ ] [app](https://github.com/topics/app/)
12-
- [ ] [authentication](https://github.com/topics/authentication/)
12+
- [x] [authentication](https://github.com/topics/authentication/)
1313
- [ ] [automation](https://github.com/topics/automation/)
1414
- [x] [boilerplate](https://github.com/topics/boilerplate/)
1515
- [ ] [canvas](https://github.com/topics/canvas/)

topics/android-library/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
display_name: Android Library
3+
short_description: An Android library can include everything needed to build an app and can be used as a dependency in Android apps.
4+
topic: android-library
5+
url: https://developer.android.com/studio/projects/android-library
6+
related: android
7+
---
8+
An Android library is structurally the same as an Android app module. It can include everything needed to build an app, including source code, resource files, and an Android manifest. However, instead of compiling into an APK that runs on a device, an Android library compiles into an Android Archive (AAR) file that you can use as a dependency for an Android app module.

topics/ansible-role/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
display_name: Ansible Roles
3+
github_url: https://github.com/ansible
4+
short_description: Ansible roles provide a framework for collections of variables, tasks, files, templates, and modules.
5+
topic: ansible-role
6+
url: https://docs.ansible.com/ansible/latest/user_guide/playbooks_reuse_roles.html
7+
related: ansible, ansible-playbook
8+
aliases: ansible-roles
9+
---
10+
Ansible roles let you automatically load related vars, files, tasks, handlers, and other Ansible artifacts based on a known file structure. After you group your content in roles, you can easily reuse them and share them with other users.

0 commit comments

Comments
 (0)