Commit Graph

9 Commits (main)

Author SHA1 Message Date
Sergio Carlavilla Delgado 989d921f5d Migrate doc to Hugo/AsciiDoctor
I'm very pleased to announce the release of
our new website and documentation using
the new toolchain with Hugo and AsciiDoctor.

To get more information about the new toolchain
please read the FreeBSD Documentation Project Primer[1],
Hugo docs[2] and AsciiDoctor docs[3].

Acknowledgment:
Benedict Reuschling <bcr@>
Glen Barber <gjb@>
Hiroki Sato <hrs@>
Li-Wen Hsu <lwhsu@>
Sean Chittenden <seanc@>
The FreeBSD Foundation

[1] https://docs.FreeBSD.org/en/books/fdp-primer/
[2] https://gohugo.io/documentation/
[3] https://docs.asciidoctor.org/home/

Approved by:    doceng, core
3 years ago
Eitan Adler d44c419446 remove trailing comma
Problem / Solution

Remove the now-trailing comma introduced by my previous commit.
3 years ago
Eitan Adler 072b13ec97 configure arcanist for the git world
Problem

The documentation ("doc") repository has been converted to git but
arcanist does not yet understand how to interact with phabricator in
this world.

Solution

- remove the callsign "D" which should be inferable from having one of
  the cgit URLs as a remote
- remove "history.immutable" which was a workflow only required for
  subversion
3 years ago
Eitan Adler f8920ab9ce arcconfig: add callsign again
Problem

When using git-svn or other non-pure-svn tooling the original subversion
URL is not present. This causes arcanist/phabricator to be unable to
determine which repository is being modified.

Solution

Restore callsign to .arcconfig to enable exact repository matching even
with git-svn.

Reported By:	jhb
4 years ago
Eitan Adler f606c3e901 callsign isn't required anymore 8 years ago
Eitan Adler 3e9e59defa remove project.name which is a product of a bygone era 8 years ago
Mathieu Arnold 9282bf7c63 Add repository.callsign, to help arcanist figure out what repo it's
doing things on when not using Subversion.

With hat:	phabric-admin@
Sponsored by:	Absolight
9 years ago
Glen Barber 84ca4283ed Update the URL to the phabricator instance.
Sponsored by:	The FreeBSD Foundation
10 years ago
Baptiste Daroussin ca143a1de2 Add .arcconfig so code review are automatically associated with the right
repository and to prevent people using git svn/hg svn to have arcanist
automatically modifying their history

Approved by:	gjb
10 years ago