GitXplorerGitXplorer
S

stable-code-docs

public
2 stars
0 forks
6 issues

Commits

List of commits on branch main.
Unverified
db5a15c91317599c0629047f3e402d452778b719

Actualizado el color primario en el archivo custom.css

committed 10 months ago
Unverified
468115e4e2dd444200f86bd5c683bc9cc6cd8239

Actualización de la configuración de Docusaurus y el logotipo de Stability AI

committed 10 months ago
Unverified
e2d99eae9d5e6fb5f7dff18f908af2d1c0aed03e

Actualización de código para excluir archivos no UTF-8 y limitar el número de documentos procesados en el servidor Ollama.

committed 10 months ago
Unverified
41a751fcceaf4e4312ad48188fdc0cb45be66497

Corregir URL y base URL en docusaurus.config.js

committed 10 months ago
Unverified
212704b110a74df607a366ab3994b327d078fa17

Update Docusaurus configuration and add Code.AI social card image

committed 10 months ago
Unverified
8c3a5b4de336dd07f687692279004fc3a377cd9f

Update tutorial links and fix code formatting

committed 10 months ago

README

The README file for this repository.

Website

This website is built using Docusaurus, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.