Commit Graph

89 Commits

Author SHA1 Message Date
Jeremy Stretch d78a86afac Drop Repography stats from README (malfunctioning) 2024-05-15 17:02:01 -04:00
Jeremy Stretch dba36fafa7 Enable translation support for Chinese, German, and Ukrainian 2024-05-15 16:36:30 -04:00
Jeremy Stretch 35e20d156d Add link to NetBox Enterprise 2024-03-21 09:05:34 -04:00
Jeremy Stretch cb05288c4d Update translations 2024-02-21 15:24:50 -05:00
Jeremy Stretch fea8efa149 Closes #14611, #14808: Add Japanese & Turkish translations 2024-01-23 12:48:15 -05:00
Jeremy Stretch 9603644ca2
Update README & UI screenshots (#14763)
* Refresh README content

* Formatting cleanup

* Add badge links

* More cleanup

* Update getting started section

* Add reference architecture diagram

* Add intro docs link

* Rearrange & expand text

* More restructuring

* Update screenshots

* Tweak image widths

* Tweak screenshots

* Add NetBox Cloud logo

* Fix wrapping

* Add titles for screenshots

* Jumping through more formatting hoops

* Final cleanup

* Add links for plugin resources
2024-01-10 13:05:01 -05:00
Jeremy Stretch 5dcf8502af Grammar fix 2023-09-20 14:44:04 -04:00
Jeremy Stretch 0a60a3fd2a Add OneMind Services as a sponsor 2023-06-29 14:47:10 -04:00
Jeremy Stretch b13f9d27d9 Fix Repography charts 2023-06-27 10:19:12 -04:00
jeremystretch 9f70407c7d Remove survey link 2023-06-01 13:00:09 -04:00
jeremystretch d5be59ef67 Update README 2023-05-16 08:39:05 -04:00
jeremystretch c8988bac8a Add graphics 2023-04-21 13:46:07 -04:00
jeremystretch 74d8baea30 Remove NS1 from sponsors list 2023-04-06 14:32:57 -04:00
Charly Forot ee5b707e68 README.md: typo
infrasucture -> infrastructure
2023-03-06 10:49:02 -05:00
jose_d d29a4a60f9 README.md: typo 2023-03-03 11:29:47 -05:00
jeremystretch 98a2f3e497 Refresh the README 2023-02-02 14:18:32 -05:00
jeremystretch 39087d10eb Add NetBox Labs as a sponsor 2023-01-23 10:44:42 -05:00
Robin Schneider 07df622b59 NetBox should always be referred to as NetBox [DATALAD RUNCMD]
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "git ls-files -z . | xargs --null -I '()' find './()' -type f -not -name 'style-guide.md' -print0 | xargs --null sed --in-place --regexp-extended 's/\\bNetbox\\b/NetBox/g;'",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2023-01-05 16:06:00 -05:00
jeremystretch 6b70436e2b Add Repography stats 2022-09-08 09:18:45 -04:00
jeremystretch 3da8e4c1bb Update README & screenshots 2022-08-26 10:31:56 -04:00
jeremystretch 991950650b Add Sentry as a sponsor 2022-05-11 16:44:26 -04:00
jeremystretch a6a1bec437 Closes #9218: Update documentation links with docs.netbox.dev 2022-04-25 09:48:39 -04:00
jeremystretch 35f3a42e7f Remove 2022 survey announcement 2022-04-01 08:31:53 -04:00
jeremystretch cb0386779c Announce 2022 community survey 2022-03-01 09:17:24 -05:00
jeremystretch a4ca585ef2 Remove references to the old mailing list 2022-02-10 14:56:21 -05:00
jeremystretch b6e157f393 Add features summary to README 2021-12-30 10:08:31 -05:00
jeremystretch 6b43eafcb4 Update UI screenshots 2021-08-30 10:52:11 -04:00
jeremystretch 4a6278f598 Merge v2.11.7 2021-06-16 16:27:37 -04:00
jeremystretch e68be6f041 Add Equinix Metal as a sponsor 2021-06-15 15:22:20 -04:00
jeremystretch 9f2c4919eb Update NetDev Slack links 2021-06-14 16:41:10 -04:00
jeremystretch 54ccc705d0 Adopt IRM terminology 2021-06-14 14:08:55 -04:00
jeremystretch 5b4dacf0f5 Merge branch 'develop' into feature 2021-05-25 13:19:17 -04:00
jeremystretch 44b24de5d0 Add DigitalOcean as sponsor 2021-05-20 12:41:23 -04:00
jeremystretch c777daf6e6 Merge branch 'develop' into feature 2021-05-07 10:27:23 -04:00
jeremystretch d6a0cbb1a0 Add sponsors 2021-05-06 16:37:47 -04:00
jeremystretch 534b0e4cf6 Merge branch 'develop' into feature 2021-05-04 14:25:53 -04:00
jeremystretch 763b02975c Reference the demo instance in the README 2021-04-29 13:45:44 -04:00
checktheroads 06182bfce4 update docs & readme with screenshots 2021-04-26 01:15:37 -07:00
checktheroads 8a2d4ab68c update readme screenshots 2021-04-23 11:52:42 -07:00
Jeremy Stretch f9f1a4439f Update Slack links 2021-03-15 14:45:53 -04:00
Jeremy Stretch a9b216d212 Update Slack links; start phasing out mailing list 2021-03-01 09:54:30 -05:00
Jeremy Stretch edc015d9bf Emphasize use of GitHub discussions in README 2021-01-26 11:20:06 -05:00
Robin Schneider c5a265e828
Use HTTPS URL schema everywhere (#5505)
* Use HTTPS everywhere (mechanical edit using util from https-everywhere)

```Shell
node ~/src/EFForg/https-everywhere/utils/rewriter/rewriter.js .
git checkout netbox/project-static/
```

A few additional changes where reset manually before the commit.

* Use HTTPS everywhere (mechanical edit using util from opening_hours.js)

```Shell
make -f ~/src/opening-hours/opening_hours.js/Makefile qa-https-everywhere
git checkout netbox/project-static/
git checkout netbox/*/tests
```
2020-12-21 12:02:30 -05:00
Jeremy Stretch 5df01ed3e6 Encourage people to use GitHub discussions in place of the mailing list 2020-12-10 15:59:42 -05:00
Jeremy Stretch cc5c000a6d
Move CI to GitHub Actions (#5431)
Replaces Travis CI with GitHub Actions
2020-12-08 14:55:06 -05:00
Jeremy Stretch 6ee161bdc6 Add references to GitHub discussions 2020-12-03 12:11:44 -05:00
Jeremy Stretch 693b32077a Update the netbox-discuss mailing list URL 2020-10-07 08:53:04 -04:00
Jeremy Stretch 221e014a25 Remove survey notification from README 2020-03-31 11:36:53 -04:00
Jeremy Stretch aefed0df89 Add user survey note to README 2020-03-05 08:51:03 -05:00
Saria Hajjar 6cdb86931e Added separators between screenshots 2020-02-24 15:22:33 +00:00