90 Resultados da pesquisa para "readme"
API REST / Pesquisar /
Pontos de extremidade da API REST para pesquisa
pertencentes a defunkt que contêm a palavra GitHub e Octocat no arquivo README, usará a seguinte consulta com o ponto de extremidade dos repositórios de
Introdução / Sobre o GitHub /
Glossário do GitHub
normalmente, é o primeiro arquivo que um visitante do repositório verá. Um arquivo README, acompanhado de uma licença de repositório, diretrizes de contribuição e
Aplicativos / Criar aplicativos do GitHub / Escrever código para um aplicativo GitHub /
Criar um Aplicativo GitHub que responde a eventos de webhook
Octokit.js, see Scripting with the REST API and JavaScript and the Octokit.js README.
This tutorial uses the dotenv module to read information about your app
GitHub Actions / Escrever fluxos de trabalho /
Sintaxe de fluxo de trabalho para o GitHub Actions
will trigger a workflow run, but a push changing only sub-project/docs/readme.md will not.
on:
push:
paths:
- 'sub-project/**'
- '!sub-project/docs/**'
API GraphQL / Referência /
Objetos de entrada
create file hello world\n at path docs/README.txt:
{
"additions" [
{
"path": "docs/README.txt",
"contents": base64encode("hello
API GraphQL / Referência /
Objetos
admin:enterprise scope.
readme (String)
The raw content of the enterprise README.
readmeHTML (HTML!)
The content of the enterprise README as HTML.
resourcePath
Contribuir com o GitHub Docs / Guia de estilo e modelo de conteúdo /
Guia de estilo
capitalization convention, such as all caps for README files, use the established convention.
Use: In your README.md file, add info about your repository.
Use:
API REST / Repositórios /
Pontos de extremidade da API REST para repositórios
organization.
auto_init boolean
Pass true to create an initial commit with empty README.
Padrão: false
gitignore_template string
Desired language or platform .gitignore
GitHub Pages / Configurar site com o Jekyll /
Sobre o GitHub Pages e o Jekyll
jekyll-github-metadata
jekyll-optional-front-matter
jekyll-paginate
jekyll-readme-index
jekyll-titles-from-headings
jekyll-relative-links
Habilite outros
API GraphQL / Visão geral /
Log de alteração
GraphQL schema includes these changes:
Field readme was added to object type Enterprise
Field readmeHTML was added to object type Enterprise
Schema changes