Commit Graph

9179 Commits

Author SHA1 Message Date
Boris Verkhovskiy
01bbd084f1 Add empty lines before code blocks
otherwise they don't render as blocks
2024-04-04 04:02:42 -07:00
Boris Verkhovskiy
818b8eec46 Convert \r\n to \n 2024-04-04 00:27:01 -07:00
Boris Verkhovskiy
4ab1be1be5
Merge pull request #4595 from grahamc/master
[nix/(en,de,sv)] link to additional documentation resources
2024-04-03 04:38:35 -07:00
Boris Verkhovskiy
c45730e144
Merge pull request #4409 from TanayParikh/patch-1
[python/en] Python Update `open` File Open `mode`
2024-04-03 04:31:27 -07:00
Boris Verkhovskiy
fbf132752b
Merge branch 'master' into patch-1 2024-04-03 04:31:13 -07:00
Boris Verkhovskiy
c166f2acb2
Merge pull request #4636 from gmatt/patch-1
[python/hu-hu] Fix typo
2024-04-03 04:26:47 -07:00
Boris Verkhovskiy
67659ad7c5
Merge pull request #4765 from FeepingCreature/remove-neat
[neat/en] Remove Neat Language. That compiler is extremely dead.
2024-04-03 04:22:36 -07:00
Boris Verkhovskiy
e680a6bd13
Merge pull request #4872 from verhovsky/zig
[zig/en] mark Zig code as zig
2024-04-03 04:17:34 -07:00
Boris Verkhovskiy
787e9710b9 Syntax highlighting 2024-04-03 04:16:08 -07:00
Boris Verkhovskiy
ae7197c6a6 [powershell/*] fix syntax highlighting 2024-04-03 04:14:45 -07:00
Boris Verkhovskiy
f5516715c0 [pyqt/*] fix formatting
rouge doesn't work with uppercase language names, also cleaned up whitespace
2024-04-03 04:13:28 -07:00
Boris Verkhovskiy
693a1c85b0
Merge pull request #4877 from verhovsky/build-fix
Fix files that error when building
2024-04-03 04:09:53 -07:00
Boris Verkhovskiy
cdb92f27d0 Fix files that error when building 2024-04-03 04:08:59 -07:00
Boris Verkhovskiy
d58682e45e
Merge pull request #4876 from verhovsky/syntax-highlighting
[markdown/*] Fix syntax highlighting
2024-04-03 04:06:27 -07:00
Boris Verkhovskiy
365200ce0a Fix syntax highlighting for Markdown 2024-04-03 04:05:40 -07:00
Boris Verkhovskiy
1708b6c95c
Merge pull request #4369 from de1ayer/patch-1
[html/ru-ru]: make spellcheck in file
2024-04-03 02:31:42 -07:00
Boris Verkhovskiy
db75ea1b4d
Update ru-ru/html-ru.html.markdown 2024-04-03 02:31:00 -07:00
Boris Verkhovskiy
6d87022050
Merge branch 'master' into patch-1 2024-04-03 02:30:27 -07:00
Boris Verkhovskiy
e8dabf3c19
Merge pull request #4657 from joeljuca/elixir-casing
[elixir/*] Fix bad case in the Elixir language
2024-04-03 02:03:32 -07:00
Boris Verkhovskiy
616e40816d
Merge branch 'master' into elixir-casing 2024-04-03 02:02:49 -07:00
Boris Verkhovskiy
638494ae2a
Merge pull request #4405 from berezuev/master
[any/ru] Fix some typos of russian translations
2024-04-03 01:14:30 -07:00
Adam Bard
f26a6041ad
Merge pull request #4873 from verhovsky/fixes
Fix a few broken files
2024-04-02 18:33:07 -07:00
Adam Bard
21baba2003 css-es.html -> css-es.html.markdown 2024-04-02 18:16:01 -07:00
Boris Verkhovskiy
6fdb6315e5 Fix a few broken files 2024-04-02 17:46:08 -07:00
Boris Verkhovskiy
f9e182b42b Mark Zig code as zig 2024-04-02 17:44:30 -07:00
Kelli Rockwell
c2878077cb
Update Go official site links from golang.org -> go.dev (#4871) 2024-04-01 09:35:55 +02:00
A1EF
5e32477319
[zfs/ru] Add russian translation for ZFS doc (#4084) 2024-03-24 16:33:57 +01:00
A1EF
111033f742
Reconcile ZFS pool names for all examples and remove some garbage (#4868) 2024-03-24 12:35:08 +01:00
Preetham Pemmasani
4273e67f56
[osl/en] Added OSL and covered almost everything (#4857)
* added OSL language

Added most of the basics

* Update osl.html.markdown

* Updated Datatypes

* Added some functions

* Update osl.html.markdown

* Added Pattern Generations, Calculus, Texture and Light functions

* Final

* fixed 80 words

* Added Examples
2024-03-23 14:34:39 +09:00
inkling
d72ab67435
Update hy.html.markdown for 0.28.0 (#4867)
for looping seems to have updated in this version
2024-03-23 13:32:38 +09:00
Federico
4fafc29666
Quote this keyword in explanation (#4862) 2024-03-14 02:40:43 +01:00
mihleonid
8a7cdc171f
Update haskell-ru.html.markdown (#4696)
"fib" is mentioned three times in this document. First and last time fib 2 = 1. I suppose that in the second time fib 2 = 2 was a typo.
2024-03-11 12:42:55 +01:00
CatfishWen
c2c7195779
[csharp/zh-cn] update translation (#4856) 2024-03-10 12:41:06 +01:00
Adaías Magdiel
057e1d1b10
[jinja/en] Create page about Jinja (#4852)
* feat(jinja): Add Jinja template introduction and examples
- Added a detailed introduction to Jinja templating engine for Python
- Included examples for variables, template inheritance, including content and loops
- Provided explanations and syntax for delimiters, template inheritance,
  variables, loops, conditionals, and including content
- Demonstrated how to use Jinja for web development, such as creating HTML
  templates and including dynamic content displayed within a browser

* [jinja/en] Create Jinja documentation

- Improved the readability and consistency of the content in the file by
  adjusting the line breaks and formatting of the text.
- Corrected the whitespace and formatting issues in the code snippets.
- Unified the style of the text by keeping similar instructions on the same
  text alignment level for easier comprehension.
- Ensured proper spacing and indentation in the 'Template Inheritance' section
  for a better display and understanding of the concept.
- Updated the 'Including Content' section to fix a typo in the include tag.
- Streamlined the 'Variables passed to the main template' section by refining
  the explanation and enhancing clarity.
- Consolidated information in the 'Conditionals, Macros, and Official
  Documentation' sections to provide a clearer and consistent documentation
  style.
- Incorporated a link to the official Jinja documentation for further
  reference.

* chore: Organize Jinja's template inheritance section
2024-03-06 09:08:16 +01:00
Adaías Magdiel
33284311ef
[httpie/en] Add guide for using HTTPie (#4853)
- Add a comprehensive guide on using HTTPie as a powerful command-line HTTP
  client. The guide covers basic usage, URL shortcuts, optional GET and POST
  methods, querystring parameters, sending data in JSON, form data, and files,
  managing headers and authentication, as well as response handling options.
- The guide aims to provide developers, testers, and system administrators with
  a simple and intuitive reference for interacting with HTTP servers using
  HTTPie.
2024-03-06 09:03:30 +01:00
Adaías Magdiel
fb5b9818e1
fix(de-de/pug): Fix file extension in section include (#4851)
Adjusting file paths in the German language file to match the updated Pug
file names for consistency and clarity of the project structure.
- Updated references from "index.png" to "index.pug"
- Updated references from "includes/nav.png" to "includes/nav.pug"
2024-02-28 09:50:17 +01:00
Adaías Magdiel
a7b1373990
[pug/pt-br] Add translation for Pug documentation (#4847)
* docs(pt-br): Add translation for Pug documentation

This commit adds the translation for the Pug documentation from English to
Brazilian Portuguese. The translated content includes an introduction to Pug,
syntax examples for tags, attributes, JavaScript usage, loops, conditionals,
including content, mixins, and additional resources. This translation aims
to make the Pug documentation more accessible to Portuguese-speaking users.
It covers the basic concepts and functionalities of Pug, providing a
comprehensive guide for developers interested in using the Pug templating
engine for HTML generation in their projects.

* docs(pt-br): Add translation for Pug documentation

Translate the last section "Additional Resources"

* docs(pug): Update comments in Portuguese translation

Update the comments to better reflect the behavior of the code.
- Changed "Tags com filhos" to "Tags aninhadas" for clarity.

* feat: Update Portuguese text in Pug guide

Update Portuguese text in the Pug guide to improve readability and
consistency with the rest of the document.
- Changed "Hello there" to "Olá, pessoas"
- Adjusted multi-line text from English to Portuguese for alignment.
- Made sure all text aligns with the same language throughout the guide.
2024-02-26 16:58:11 +01:00
ven
048addeaad
Remove one of the es/CSS tutorials
#4825
2024-02-26 14:51:00 +01:00
Adaías Magdiel
d1d16b4a0d
chore(pug): Update include paths to use .pug extension (#4848)
Previously, the include paths in pug.html.markdown were referencing .png
files. This commit updates the paths to use .pug extensions for better
clarity and consistency.
- Updated include paths to point to .pug files
- Ensures correct file references are used throughout the project
2024-02-26 14:49:23 +01:00
Michaël Peeters
d123cd4a5c
[powershell/en] Fix and clarify -eq operator on (some) objects (#4333) 2024-02-25 23:36:47 +01:00
KIM Taegyoon
51efc47933
[F#/en] added mutation (#4763) 2024-02-25 22:50:46 +01:00
Adrien LUDWIG
665c28c90e
[MongoDB] Fix comment: wrong method (#4779) 2024-02-25 22:48:09 +01:00
Ricardo Islas Ruiz
16fa336a43
[go/en]: Clarify comment related to the append function in slices. (#4780) 2024-02-25 22:46:12 +01:00
Adaías Magdiel
ebd63d9299
[toml/pt-br] Add translation for TOML docs (#4846)
* feat(pt-br/toml-pt.html.markdown): Add translation for TOML docs
Translate the TOML file into Portuguese (Brazilian Portuguese).

* fix(pt-br/toml-pt.html.markdown): Add language code in filename

Add portuguese language code in filename to be unique.
2024-02-25 12:27:16 +01:00
Flavio
60e5d32ff9
[c/pt-br] fix untranslated english section (#4842)
* fix: unstranslated section

* fix: miss clicked

---------

Co-authored-by: Flavio <77132531+flaviodev27@users.noreply.github.com>
2024-02-14 14:22:59 +01:00
ven
224e01864a
Fix 4841 2024-02-14 11:01:52 +01:00
qlikwer
3914133997
corrected an error in the number pi (#4839)
* Update go-de.html.markdown

corrected an error in the number pi

* Update go.html.markdown

corrected an error in the number pi

* Update go-pt.html.markdown

corrected an error in the number pi

* Update go-hu.html.markdown

corrected an error in the number pi

* Update go-cn.html.markdown

corrected an error in the number pi

* Update go-kr.html.markdown

corrected an error in the number pi

* Update go-ca.html.markdown

corrected an error in the number pi

* Update go-es.html.markdown

corrected an error in the number pi

* Update go-fi.html.markdown

corrected an error in the number pi

* Update go-fr.html.markdown

corrected an error in the number pi

* Update go-ru.html.markdown

corrected an error in the number pi

* Update go-it.html.markdown

corrected an error in the number pi

* Update go.html.markdown

corrected an error in the number pi
2024-02-12 13:18:44 +01:00
qlikwer
1c33cd1a9a
Update go.html.markdown (#4838)
corrected an error in the number pi
2024-02-12 12:58:50 +01:00
Edoardo La Greca
b8d2f410a8
[swift/en] describe convenience initializers (#4836) 2024-02-10 14:37:32 +01:00
ven
fbb67906c1
#4833 2024-02-01 11:00:10 +01:00