[PR #94] [CLOSED] Initial Draft Of getting Started Guide In Spanish #11987

Closed
opened 2025-12-29 21:53:49 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/94
Author: @aoyawale
Created: 6/29/2016
Status: Closed

Base: masterHead: master


📝 Commits (10+)

  • 9acd0e9 Add sanity check checklist for submitting pull requests
  • 6c41579 Corrected description of prefix and VLAN statuses
  • ec667ee Fixes #84: Added IFACE_FF_10GE_COPPER
  • 03fa000 Merge pull request #86 from digitalocean/iface_form_factors
  • fdfc328 Fixes #75: Ignore a Device's occupied rack units when relocating it within a rack
  • 8b357a3 Fixes #61: Added list of RackGroups to Site view
  • e7615cf Added instructions for upgrading NetBox
  • 4a04af1 Fixed VRF filter for API
  • fc3cb72 Merge pull request #82 from digitalocean/contributing-checklist
  • 945ca31 Fixes #92: Redirect to module creation page on 'add another'

📊 Changes

261 files changed (+1161 additions, -111 deletions)

View changed files

📝 .gitignore (+1 -1)
📝 CONTRIBUTING.md (+12 -2)
Dockerfile (+25 -0)
📝 README.md (+2 -0)
docker-compose.yml (+55 -0)
docker/docker-entrypoint.sh (+22 -0)
docker/gunicorn_config.py (+5 -0)
docker/nginx.conf (+35 -0)
docs/centos.md (+71 -0)
📝 docs/dcim.md (+3 -3)
docs/getting-started-docker.md (+54 -0)
docs/getting-started-vagrant.md (+42 -0)
📝 docs/getting-started.md (+150 -25)
📝 docs/ipam.md (+2 -4)
docs/localization/es_spanish/GettingStarted_es.md (+291 -0)
docs/localization/flags/Afghanistan.png (+0 -0)
docs/localization/flags/Albania.png (+0 -0)
docs/localization/flags/Algeria.png (+0 -0)
docs/localization/flags/American_Samoa.png (+0 -0)
docs/localization/flags/Andorra.png (+0 -0)

...and 80 more files

📄 Description

This is an almost completed Getting Started Guide in Spanish. The last few paragraphs are left. Added a localization file that includes a location for each language.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/94 **Author:** [@aoyawale](https://github.com/aoyawale) **Created:** 6/29/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`9acd0e9`](https://github.com/netbox-community/netbox/commit/9acd0e99f99c3a5ec5214e60b491fa517f70aadf) Add sanity check checklist for submitting pull requests - [`6c41579`](https://github.com/netbox-community/netbox/commit/6c415794cd4aea385b964be8d5d87b99442775e4) Corrected description of prefix and VLAN statuses - [`ec667ee`](https://github.com/netbox-community/netbox/commit/ec667eeed0d4f317226cb28541f915612e0bae61) Fixes #84: Added IFACE_FF_10GE_COPPER - [`03fa000`](https://github.com/netbox-community/netbox/commit/03fa000d8dbe2075e05eca0b9cfc30d000bea1ff) Merge pull request #86 from digitalocean/iface_form_factors - [`fdfc328`](https://github.com/netbox-community/netbox/commit/fdfc32899d12607821456d7e973d1327fef522b1) Fixes #75: Ignore a Device's occupied rack units when relocating it within a rack - [`8b357a3`](https://github.com/netbox-community/netbox/commit/8b357a311d4da557e447b1383ad8db3b3dc1d137) Fixes #61: Added list of RackGroups to Site view - [`e7615cf`](https://github.com/netbox-community/netbox/commit/e7615cf32fbcfe1375de30225acd729d37451eb0) Added instructions for upgrading NetBox - [`4a04af1`](https://github.com/netbox-community/netbox/commit/4a04af145bc01c909adc52eda6298b00f874ae7b) Fixed VRF filter for API - [`fc3cb72`](https://github.com/netbox-community/netbox/commit/fc3cb72ab88a678d4b48957ef3e82cabf9a1a502) Merge pull request #82 from digitalocean/contributing-checklist - [`945ca31`](https://github.com/netbox-community/netbox/commit/945ca314609bc1de9b861cfa759003430ed133da) Fixes #92: Redirect to module creation page on 'add another' ### 📊 Changes **261 files changed** (+1161 additions, -111 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -1) 📝 `CONTRIBUTING.md` (+12 -2) ➕ `Dockerfile` (+25 -0) 📝 `README.md` (+2 -0) ➕ `docker-compose.yml` (+55 -0) ➕ `docker/docker-entrypoint.sh` (+22 -0) ➕ `docker/gunicorn_config.py` (+5 -0) ➕ `docker/nginx.conf` (+35 -0) ➕ `docs/centos.md` (+71 -0) 📝 `docs/dcim.md` (+3 -3) ➕ `docs/getting-started-docker.md` (+54 -0) ➕ `docs/getting-started-vagrant.md` (+42 -0) 📝 `docs/getting-started.md` (+150 -25) 📝 `docs/ipam.md` (+2 -4) ➕ `docs/localization/es_spanish/GettingStarted_es.md` (+291 -0) ➕ `docs/localization/flags/Afghanistan.png` (+0 -0) ➕ `docs/localization/flags/Albania.png` (+0 -0) ➕ `docs/localization/flags/Algeria.png` (+0 -0) ➕ `docs/localization/flags/American_Samoa.png` (+0 -0) ➕ `docs/localization/flags/Andorra.png` (+0 -0) _...and 80 more files_ </details> ### 📄 Description This is an almost completed Getting Started Guide in Spanish. The last few paragraphs are left. Added a localization file that includes a location for each language. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 21:53:49 +01:00
adam closed this issue 2025-12-29 21:53:49 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#11987